Re: [PATCH] ACPI: EC: add leading zeros to debug messages

2008-01-17 Thread Alexey Starikovskiy
Marton, Could you please attach these patches to bug report? It is easier to track them there. Thanks, Alex. Németh Márton wrote: From: Márton Németh <[EMAIL PROTECTED]> Add leading zeros to pr_debug() calls. For example if x=0x0a, the format "0x%2x" will result the string "0x a", the format

Re: [PATCH] ACPI: EC: add leading zeros to debug messages

2008-01-17 Thread Alexey Starikovskiy
Marton, Could you please attach these patches to bug report? It is easier to track them there. Thanks, Alex. Németh Márton wrote: From: Márton Németh [EMAIL PROTECTED] Add leading zeros to pr_debug() calls. For example if x=0x0a, the format 0x%2x will result the string 0x a, the format

[PATCH] ACPI: EC: add leading zeros to debug messages

2008-01-16 Thread Németh Márton
From: Márton Németh <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> --- --- linux-2.6.24-rc8/drivers/acpi/ec.c.orig

[PATCH] ACPI: EC: add leading zeros to debug messages

2008-01-16 Thread Németh Márton
From: Márton Németh [EMAIL PROTECTED] 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 [EMAIL PROTECTED] --- --- linux-2.6.24-rc8/drivers/acpi/ec.c.orig 2008-01-16