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:
c726aad
)
staging: iio: resolver: ad2s1210: Change type in printf format string
author
Rickard Strandqvist
<rickard_strandqvist@spectrumdigital.se>
Tue, 27 Jan 2015 22:22:34 +0000
(23:22 +0100)
committer
Jonathan Cameron
<jic23@kernel.org>
Sun, 8 Feb 2015 12:05:44 +0000
(12:05 +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>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
No differences found