Re: [ibm-acpi-devel] format string mismatch

2014-06-19 Thread Henrique de Moraes Holschuh
On Mon, 19 May 2014, Toralf Förster wrote: > cppcheck reports : > > [drivers/platform/x86/thinkpad_acpi.c:5098]: (warning) %u in format string > (no. 1) requires 'unsigned int *' but the argument type is 'int *'. > [drivers/platform/x86/thinkpad_acpi.c:5603]: (warning) %u in format string > (no.

[ibm-acpi-devel] format string mismatch

2014-06-19 Thread Toralf Förster
Hi, cppcheck reports : [drivers/platform/x86/thinkpad_acpi.c:5098]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [drivers/platform/x86/thinkpad_acpi.c:5603]: (warning) %u in format string (no. 1) requires 'unsigned int *' but the argument typ