spi: sh-msiof: Fix warnings due to improper casts
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 27 Nov 2013 10:18:06 +0000 (11:18 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 27 Nov 2013 15:49:07 +0000 (15:49 +0000)
commit3e6006e4aec37b6e0d524dad5c8f85f49f4507f5
tree1c825a217e2cf04df2d47f57a2881379e8f4ad2c
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
spi: sh-msiof: Fix warnings due to improper casts

Cast pointers to uintptr_t instead of unsigned int. This fixes warnings
on platforms where pointers have a different size than int.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-sh-msiof.c
This page took 0.026545 seconds and 5 git commands to generate.