ACPI: remove null pointer checks in deferred execution path
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Mon, 31 Aug 2009 22:32:15 +0000 (22:32 +0000)
committerLen Brown <len.brown@intel.com>
Sat, 19 Sep 2009 06:15:05 +0000 (02:15 -0400)
commit59fc9e5e21baf2bf5c87d8006e006007c3a708c2
tree358619eee9602d0b9cd9875d6d68fc49a5454f3c
parent9ac6185669d0d277c4082fa92ba8eb2e55534cbf
ACPI: remove null pointer checks in deferred execution path

Better to oops and learn about a bug than to silently cover it up.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/osl.c