Revision 86dae0154a49b67c908faffeb33ba37eddceba74 authored by Márton Németh on 24 January 2008, 03:33:06 UTC, committed by Len Brown on 24 January 2008, 03:33:06 UTC
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>
1 parent 03d1d99
History
File Mode Size
markers
Kconfig -rw-r--r-- 304 bytes
Makefile -rw-r--r-- 69 bytes

back to top