ACPI / glue: Fix build with ACPI_GLUE_DEBUG set
authorYinghai Lu <yinghai@kernel.org>
Sat, 12 Jan 2013 13:00:06 +0000 (14:00 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 12 Jan 2013 13:00:06 +0000 (14:00 +0100)
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>

No differences found