diff options
author | Asaf Vertz | 2015-01-20 11:27:58 +0200 |
---|---|---|
committer | Jonathan Cameron | 2015-01-25 22:55:36 +0000 |
commit | 3e5976dcd13f2d385f0742b02b1071230ce17f15 (patch) | |
tree | ac39292a72d867d59877503059b03e8ed4b966de /drivers/iio | |
parent | f0002b3bd97b8de5a9e6ecf359821e85f1f22ed3 (diff) |
staging: iio: tsl2x7x_core: fix format string warnings
Fixed the following warnings (reported by cppcheck):
[drivers/staging/iio/light/tsl2x7x_core.c:1150]: (warning) %d in format string (no. 1)
requires 'int' but the argument type is 'unsigned int'.
[drivers/staging/iio/light/tsl2x7x_core.c:1150]: (warning) %d in format string (no. 2)
requires 'int' but the argument type is 'unsigned int'.
[drivers/staging/iio/light/tsl2x7x_core.c:1150]: (warning) %d in format string (no. 3)
requires 'int' but the argument type is 'unsigned int'.
Signed-off-by: Asaf Vertz <asaf.vertz@tandemg.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
0 files changed, 0 insertions, 0 deletions