commit | 73b5b27b7a8a01cf0527ecba5419ef5a44caf27d | [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 | 0764f24ae6bc937e358990c357f7452b4d5351e3 [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>