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:
03d1d99
)
ACPI: EC: add leading zeros to debug messages
author
Márton Németh
<nm127@freemail.hu>
Thu, 24 Jan 2008 03:33:06 +0000
(22:33 -0500)
committer
Len Brown
<len.brown@intel.com>
Thu, 24 Jan 2008 03:33:06 +0000
(22:33 -0500)
Add leading zeros to pr_debug() calls. For example if x=0x0a, the format
"0x%2x" will result the string "0x a", the format "0x%2.2x" will result "0x0a".
Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found