git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a3dda
)
staging: iio: adc: mxs-lradc: Change type in printf format string
author
Rickard Strandqvist
<rickard_strandqvist@spectrumdigital.se>
Tue, 27 Jan 2015 22:23:33 +0000
(23:23 +0100)
committer
Jonathan Cameron
<jic23@kernel.org>
Sun, 8 Feb 2015 12:07:15 +0000
(12:07 +0000)
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>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
No differences found