commit | a790b323fb1b73f9388426bf3b96f153d1c90d2c | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Tue Oct 10 14:20:32 2006 -0700 |
committer | Len Brown <len.brown@intel.com> | Sat Oct 14 01:59:46 2006 -0400 |
tree | 34f3c125759c7a0098ea06b7563f037809be956a | |
parent | 7af8b66004fa827958b4871112e59a07db5b3f6b [diff] |
ACPI: fix printk format warnings Fix printk format warnings in drivers/acpi: drivers/acpi/tables/tbget.c:326: warning: format '%X' expects type 'unsigned int', but argument 5 has type 'long unsigned int' drivers/acpi/tables/tbrsdt.c:189: warning: format '%X' expects type 'unsigned int', but argument 5 has type 'long unsigned int' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Len Brown <len.brown@intel.com>