diff options
| author | Arnd Bergmann <[email protected]> | 2016-06-16 11:05:46 +0200 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2016-06-20 19:24:39 +0800 |
| commit | a6ed42dac49bfd6cb12e2dbffcee1c6d0854bd52 (patch) | |
| tree | 6f801726ecbef435b12d5aca8c339790afa03d21 /tools/perf/scripts/python | |
| parent | b30bdfa86431afbafe15284a3ad5ac19b49b88e3 (diff) | |
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 <[email protected]>
Fixes: 261ea058f016 ("crypto: caam - handle core endianness != caam endianness")
Reviewed-by: Horia Geantă <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions