]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: iio: resolver: ad2s1210: Change type in printf format string
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Tue, 27 Jan 2015 22:22:34 +0000 (23:22 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 8 Feb 2015 12:05:44 +0000 (12:05 +0000)
commit31a3dda6489dd68552e1e6af56abcf65405d6b5c
tree1addabd364c5e488f2d699d449c22645e02d609f
parentc726aadd731de7b3cd2a0c2ceb2cc5ce9745c5ad
staging: iio: resolver: ad2s1210: Change type in printf format string

Wrong type in printf format string, requires 'int'
but the argument type is 'unsigned int'

This was found using a static code analysis program called cppcheck

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/resolver/ad2s1210.c