summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-bcm63xx-hsspi.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-08-01 17:43:03 +0100
committerMark Brown <broonie@linaro.org>2014-08-01 18:22:42 +0100
commit67f08d690aa90e47a0e793fc63e2ecbe95d29839 (patch)
tree7926d4c8eab1ee848145d64d089390e0a260698a /drivers/spi/spi-bcm63xx-hsspi.c
parentef40eb39e0128b42d64bbbf5a6635548f6f68a01 (diff)
spi/atmel: Fix pointer to int conversion warnings on 64 bit builds
On 64 bit systems integers are generally still 32 bit but long values and pointers are usually 64 bit. GCC warns when casting a 64 bit pointer into a 32 bit integer so cast to a long instead in order to avoid warnings. Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/spi-bcm63xx-hsspi.c')
0 files changed, 0 insertions, 0 deletions