]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: caam - fix misspelled upper_32_bits
authorArnd Bergmann <arnd@arndb.de>
Thu, 16 Jun 2016 09:05:46 +0000 (11:05 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 20 Jun 2016 11:24:39 +0000 (19:24 +0800)
commita6ed42dac49bfd6cb12e2dbffcee1c6d0854bd52
tree6f801726ecbef435b12d5aca8c339790afa03d21
parentb30bdfa86431afbafe15284a3ad5ac19b49b88e3
crypto: caam - fix misspelled upper_32_bits

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")
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/regs.h