commit | f8ddf49b420112e28bdd23d7ad52d7991a0ccbe3 | [log] [tgz] |
---|---|---|
author | Colin Ian King <[email protected]> | Mon Nov 05 09:43:52 2018 -0800 |
committer | Rafael J. Wysocki <[email protected]> | Thu Nov 08 18:41:47 2018 +0100 |
tree | abba0d7f2a138ddf6add85ac1b8eec72c7e3c8c9 | |
parent | c647eb98b0852367752ab22dbf97e9ff146f0c21 [diff] |
ACPICA: Use %d for signed int print formatting instead of %u Fix warnings found using static analysis with cppcheck, use %d printf format specifier for signed ints rather than %u Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Erik Schmauss <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>