summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael J. Wysocki2014-02-21 01:08:42 +0100
committerRafael J. Wysocki2014-02-21 01:08:42 +0100
commitd7c7c0256b936901eb7a70fbc6d674a6bdfd463e (patch)
tree480531defa1c1b2024e02c7b75bf58bb78e57596
parentACPI / dock: Associate dock platform devices with ACPI device objects (diff)
downloadkernel-qcow2-linux-d7c7c0256b936901eb7a70fbc6d674a6bdfd463e.tar.gz
kernel-qcow2-linux-d7c7c0256b936901eb7a70fbc6d674a6bdfd463e.tar.xz
kernel-qcow2-linux-d7c7c0256b936901eb7a70fbc6d674a6bdfd463e.zip
ACPI / hotplug / PCI: Do not clear event callback pointer for docks
After recent changes adding dock station handling to the ACPI hotplug core, it is not necessary to clear the .event() pointer in the ACPIPHP device hotplug context for dock stations any more, so don't do that. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/pci/hotplug/acpiphp_glue.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c
index 91276f9fe268..db81412cacb0 100644
--- a/drivers/pci/hotplug/acpiphp_glue.c
+++ b/drivers/pci/hotplug/acpiphp_glue.c
@@ -304,13 +304,6 @@ static acpi_status register_slot(acpi_handle handle, u32 lvl, void *data,
if (acpi_has_method(handle, "_STA"))
newfunc->flags |= FUNC_HAS_STA;
- /*
- * Dock stations' notify handler should be used for dock devices instead
- * of the common one, so clear hp.event in their contexts.
- */
- if (acpi_has_method(handle, "_DCK"))
- context->hp.event = NULL;
-
acpi_unlock_hp_context();
/* search for objects that share the same slot */