staging: iio: isl29018: fix sparse warning regarding incorrect type (different signed...
authorTeodora Baluta <teodora.baluta@intel.com>
Mon, 28 Jul 2014 11:18:00 +0000 (12:18 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 2 Aug 2014 16:35:23 +0000 (17:35 +0100)
commit18210923ab663c799d1c218e4fc998a8f0f87765
tree283bcec108fa6defea061ff3fbf680e03bafe599
parent883fc268f55db3d59cb7871cc0b81062b754477e
staging: iio: isl29018: fix sparse warning regarding incorrect type (different signedness)

Fix the following sparse warning:

drivers/staging/iio/light/isl29018.c:508:50: warning: incorrect type in
argument 3 (different signedness)
drivers/staging/iio/light/isl29018.c:508:50:    expected unsigned int
*conf_adc_bit
drivers/staging/iio/light/isl29018.c:508:50:    got int *<noident>

Signed-off-by: Teodora Baluta <teodora.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/isl29018.c
This page took 0.024954 seconds and 5 git commands to generate.