Re: [PATCH] staging: iio: tsl2583: fix format string warnings

2015-01-20 Thread Jonathan Cameron
On 20/01/15 10:43, Asaf Vertz wrote: > 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 fo

[PATCH] staging: iio: tsl2583: fix format string warnings

2015-01-20 Thread Asaf Vertz
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 argum