ACPI: Fix sparse warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 14 Feb 2007 00:11:36 +0000 (16:11 -0800)
committerLen Brown <len.brown@intel.com>
Fri, 16 Feb 2007 03:19:07 +0000 (22:19 -0500)
Use NULL for pointers

drivers/acpi/osl.c:208:10: warning: Using plain integer as NULL pointer
drivers/acpi/tables/tbxface.c:411:49: warning: Using plain integer as NULL pointer
drivers/acpi/processor_core.c:1008:10: warning: Using plain integer as NULL pointer

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found