format string mismatch in drivers/iio/industrialio-core.c:206

2014-05-19 Thread Toralf Förster
Hi,

FIWI cppcheck blames this :

[drivers/iio/industrialio-core.c:206]: (warning) %i in format string (no. 1) 
requires 'int *' but the argument type is 'unsigned int *'.
[drivers/iio/industrialio-core.c:206]: (warning) %i in format string (no. 2) 
requires 'int *' but the argument type is 'unsigned int *'.


-- 
Toralf

--
To unsubscribe from this list: send the line unsubscribe linux-rdma in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: format string mismatch in drivers/iio/industrialio-core.c:206

2014-05-19 Thread Toralf Förster
On 05/19/2014 04:19 PM, Toralf Förster wrote:
 Hi,
 
 FIWI cppcheck blames this :
 
 [drivers/iio/industrialio-core.c:206]: (warning) %i in format string (no. 1) 
 requires 'int *' but the argument type is 'unsigned int *'.
 [drivers/iio/industrialio-core.c:206]: (warning) %i in format string (no. 2) 
 requires 'int *' but the argument type is 'unsigned int *'.
 
 
And btw :

[drivers/infiniband/hw/cxgb3/iwch_provider.c:1138]: (warning) %i in format 
string (no. 1) requires 'int *' but the argument type is 'unsigned int *'.
[drivers/infiniband/hw/cxgb3/iwch_provider.c:1140]: (warning) %i in format 
string (no. 1) requires 'int *' but the argument type is 'unsigned int *'.
[drivers/infiniband/hw/cxgb3/iwch_provider.c:1142]: (warning) %i in format 
string (no. 1) requires 'int *' but the argument type is 'unsigned int *'.


-- 
Toralf

--
To unsubscribe from this list: send the line unsubscribe linux-rdma in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html