commit | 53de5356be3ac62c22ae1da266943059b169d9b1 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Aug 31 22:32:20 2009 +0000 |
committer | Len Brown <len.brown@intel.com> | Sat Sep 19 02:15:05 2009 -0400 |
tree | 5ffcafb1ad9b78e3b471d47fc79b867d7156e4c2 | |
parent | 59fc9e5e21baf2bf5c87d8006e006007c3a708c2 [diff] |
ACPI: don't pass handle for fixed hardware notifications Fixed hardware devices have no handles, so just pass an explicit NULL rather than something that looks like it might be meaningful. acpi_device_notify() doesn't need the handle anyway; the only reason it takes it as an argument is because the acpi_notify_handler typedef requires it. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>