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

2015-01-20 Thread Jonathan Cameron
On 20/01/15 08:52, Lars-Peter Clausen wrote: > On 01/20/2015 08:25 AM, Asaf Vertz wrote: >> Fixed the following warnings (reported by cppcheck): >> [drivers/staging/iio/impedance-analyzer/ad5933.c:363]: (warning) %d in >> format string (no. 1) >> requires 'int' but the argument type is 'unsigned

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

2015-01-20 Thread Lars-Peter Clausen
On 01/20/2015 08:25 AM, Asaf Vertz wrote: Fixed the following warnings (reported by cppcheck): [drivers/staging/iio/impedance-analyzer/ad5933.c:363]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.

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

2015-01-20 Thread Lars-Peter Clausen
On 01/20/2015 08:25 AM, Asaf Vertz wrote: Fixed the following warnings (reported by cppcheck): [drivers/staging/iio/impedance-analyzer/ad5933.c:363]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.

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

2015-01-20 Thread Jonathan Cameron
On 20/01/15 08:52, Lars-Peter Clausen wrote: On 01/20/2015 08:25 AM, Asaf Vertz wrote: Fixed the following warnings (reported by cppcheck): [drivers/staging/iio/impedance-analyzer/ad5933.c:363]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.

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

2015-01-19 Thread Asaf Vertz
Fixed the following warnings (reported by cppcheck): [drivers/staging/iio/impedance-analyzer/ad5933.c:363]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [drivers/staging/iio/impedance-analyzer/ad5933.c:367]: (warning) %d in format string (no. 1)

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

2015-01-19 Thread Asaf Vertz
Fixed the following warnings (reported by cppcheck): [drivers/staging/iio/impedance-analyzer/ad5933.c:363]: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [drivers/staging/iio/impedance-analyzer/ad5933.c:367]: (warning) %d in format string (no. 1)