aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/spi
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2014-02-04 15:58:09 +0900
committerMark Brown <broonie@linaro.org>2014-02-04 11:17:30 +0000
commite1bde3b11fedace5042f0232339da90bc85666af (patch)
tree1c66eced8e5dbda8ea9a5c2c480724837dabdb97 /Documentation/devicetree/bindings/spi
parentLinus 3.14-rc1 (diff)
downloadlinux-dev-e1bde3b11fedace5042f0232339da90bc85666af.tar.xz
linux-dev-e1bde3b11fedace5042f0232339da90bc85666af.zip
spi: fix pointer-integer size mismatch warning
Fix the pointer-integer size mismatch warning below: drivers/spi/spi-gpio.c: In function ‘spi_gpio_setup’: drivers/spi/spi-gpio.c:252:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] cs = (unsigned int) spi->controller_data; ^ Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
0 files changed, 0 insertions, 0 deletions