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:
3c5445c
)
cpufreq: speedstep-smi: fix decimal printf specifiers
author
Hans Wennborg
<hans@hanshq.net>
Thu, 7 Aug 2014 05:52:23 +0000
(22:52 -0700)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Thu, 7 Aug 2014 19:21:52 +0000
(21:21 +0200)
The prefix suggests the number should be printed in hex, so use
the %x specifier to do that. Also, these are 32-bit values,
so drop the l characters.
Signed-off-by: Hans Wennborg <hans@hanshq.net>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found