aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Starikovskiy <[email protected]>2008-09-10 14:33:43 +0400
committerLen Brown <[email protected]>2008-10-10 18:05:52 -0400
commit4b5fcb353ba46adfa2f98546e3d34e7dc65221cb (patch)
treea6635e9b392917ac3607b776c616d9a9cc9bfe52
parent5000cadcf3188e935dae28c4fc7e24639704ea55 (diff)
ACPI: acpi_driver_data could only be applied to acpi_device
Signed-off-by: Alexey Starikovskiy <[email protected]> CC: Hannes Reinecke <[email protected]> Signed-off-by: Alexey Starikovskiy <[email protected]> Signed-off-by: Len Brown <[email protected]>
-rw-r--r--drivers/acpi/scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index f6f52c1a2aba..e7b8853c310b 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
@@ -384,7 +384,7 @@ static int acpi_device_remove(struct device * dev)
acpi_drv->ops.remove(acpi_dev, acpi_dev->removal_type);
}
acpi_dev->driver = NULL;
- acpi_driver_data(dev) = NULL;
+ acpi_driver_data(acpi_dev) = NULL;
put_device(dev);
return 0;