ACPI: Do not pass NULL to acpi_get_handle() when looking for _EJD
authorHolger Macht <hmacht@suse.de>
Thu, 14 Feb 2008 12:40:34 +0000 (13:40 +0100)
committerLen Brown <len.brown@intel.com>
Thu, 21 Feb 2008 12:25:47 +0000 (07:25 -0500)
When trying to get the acpi_handle from an acpi_buffer, pass
ACPI_ROOT_OBJECT instead of NULL to acpi_get_handle(). This fixes the
detection of dock dependent bays.

Signed-off-by: Holger Macht <hmacht@suse.de>
Tested-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found