Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1426520
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] crypto: caam: fix misspelled upper_32_bits |
| Date | 2016-06-20 13:40 +0200 |
| Message-ID | <rM5IC-7CS-3@gated-at.bofh.it> (permalink) |
| References | <rKBtf-6qC-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jun 16, 2016 at 11:05:46AM +0200, Arnd Bergmann wrote:
> An endianess fix mistakenly used higher_32_bits() instead of
> upper_32_bits(), and that doesn't exist:
>
> drivers/crypto/caam/desc_constr.h: In function 'append_ptr':
> drivers/crypto/caam/desc_constr.h:84:75: error: implicit declaration of function 'higher_32_bits' [-Werror=implicit-function-declaration]
> *offset = cpu_to_caam_dma(ptr);
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 261ea058f016 ("crypto: caam - handle core endianness != caam endianness")
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] crypto: caam: fix misspelled upper_32_bits Arnd Bergmann <arnd@arndb.de> - 2016-06-16 11:10 +0200 Re: [PATCH] crypto: caam: fix misspelled upper_32_bits Horia Ioan Geanta Neag <horia.geanta@nxp.com> - 2016-06-16 13:10 +0200 Re: [PATCH] crypto: caam: fix misspelled upper_32_bits Herbert Xu <herbert@gondor.apana.org.au> - 2016-06-20 13:40 +0200
csiph-web