commit | a412a11d6a24aebb6a898ed5d4e1c0725b638da3 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Sat Jan 12 14:00:06 2013 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Jan 12 14:00:06 2013 +0100 |
tree | de1f9c2dd4590fdc1a14ad46db62e3e15e141f5e | |
parent | 392370e7aa387185349946d29a0e17b918e51ae6 [diff] |
ACPI / glue: Fix build with ACPI_GLUE_DEBUG set If ACPI_GLUE_DEBUG is different from 0 (setting this requires a manual change of glue.c), build breaks because of a leftover reference to dev->acpi_handle in acpi_platform_notify(). Fix this by using ACPI_HANDLE(dev) instead as appropriate. [rjw: Subject and changelog] Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>