From: Bjorn Helgaas Date: Fri, 22 May 2009 17:43:56 +0000 (-0600) Subject: ACPI: use handle, not device, in system notification path X-Git-Tag: v2.6.31-rc1~12^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff754e2e85557ed7244385f0f2053c80e8ac9948;p=pandora-kernel.git ACPI: use handle, not device, in system notification path This patch changes the global system notification path so it uses the acpi_handle, not the acpi_device. System notifications often deal with device presence and status change. In these cases, we may not have an acpi_device. For example, we may get a Device Check notification on an object that previously was not present. Since the object was not present, we would not have had an acpi_device for it. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed