aboutsummaryrefslogtreecommitdiff
path: root/lib/debugobjects.c
diff options
context:
space:
mode:
authorMaxime Ripard <[email protected]>2013-01-31 11:12:56 +0100
committerMark Brown <[email protected]>2013-01-31 18:25:44 +0800
commitd560040f7d6fbe0a2990b8f6edca1815e19e72f5 (patch)
tree0cec0d54116d6b10e640108e76476c5e03933ba9 /lib/debugobjects.c
parent5cbc7ca987fb3f293203dc14a6c53b91b7c978a5 (diff)
spi: spi-gpio: fix compilation warning on 64 bits systems
SPI_GPIO_NO_MOSI and SPI_GPIO_NO_MISO flags are type casted to unsigned long, yet, they are to be stored in an unsigned int field in the spi_gpio_platform_data structure. This leads to the following warning during compilation on 64 bits systems: warning: large integer implicitly truncated to unsigned type [-Woverflow] Signed-off-by: Maxime Ripard <[email protected]> Reported-by: Fengguang Wu <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions