From: Márton Németh Date: Thu, 24 Jan 2008 03:33:06 +0000 (-0500) Subject: ACPI: EC: add leading zeros to debug messages X-Git-Tag: v2.6.24~4^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86dae0154a49b67c908faffeb33ba37eddceba74;p=pandora-kernel.git ACPI: EC: add leading zeros to debug messages 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed