staging: iio: tsl2583: fix format string warnings
authorAsaf Vertz <asaf.vertz@tandemg.com>
Tue, 20 Jan 2015 10:43:38 +0000 (12:43 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 25 Jan 2015 22:55:30 +0000 (22:55 +0000)
commit3a70eb878585b43895232141c70162643ac2f89b
treebdc74ecd6c99261aae65d9f8ad015454f328bcf7
parentefce73f7121d2ca19878cac9c99b6394589e9850
staging: iio: tsl2583: fix format string warnings

Fixed the following warnings (reported by cppcheck):
[drivers/staging/iio/light/tsl2583.c:695]: (warning) %d in format string (no. 1)
requires 'int' but the argument type is 'unsigned int'.
[drivers/staging/iio/light/tsl2583.c:695]: (warning) %d in format string (no. 2)
requires 'int' but the argument type is 'unsigned int'.
[drivers/staging/iio/light/tsl2583.c:695]: (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>
drivers/staging/iio/light/tsl2583.c