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

2015-01-21 Thread Jonathan Cameron
On 20/01/15 09:27, Asaf Vertz wrote: > 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]:

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

2015-01-21 Thread Jonathan Cameron
On 20/01/15 09:27, Asaf Vertz wrote: 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)

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

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

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

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