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)
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>

No differences found