commit | 4108dc8dde85e0d71c71cb9bd4013cd5c9d564db | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Feb 29 20:57:29 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 24 01:36:49 2016 +0900 |
tree | 1df4eb03c70c3384c21367c80a4fcb5540eb691f | |
parent | 2997122c82d49e6f46e5e8283784623e880ba404 [diff] |
mtd: denali: fix warning when compiled for 64bit system The 64-bit compiler (ex. aarch64) emits "warning: cast from pointer to integer of different size". Make it work with 64bit DMA address while I am here. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com>