[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <4b5fcb353ba46adfa2f98546e3d34e7dc65221cb.1223706853.git.len.brown@intel.com>
Date: Sat, 11 Oct 2008 02:36:17 -0400
From: Len Brown <lenb@...nel.org>
To: linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Alexey Starikovskiy <astarikovskiy@...e.de>,
Hannes Reinecke <hare@...e.de>, Len Brown <len.brown@...el.com>
Subject: [PATCH 57/85] ACPI: acpi_driver_data could only be applied to
acpi_device
From: Alexey Starikovskiy <astarikovskiy@...e.de>
Signed-off-by: Alexey Starikovskiy <astarikovskiy@...e.de>
CC: Hannes Reinecke <hare@...e.de>
Signed-off-by: Alexey Starikovskiy <astarikovskiy@...e.de>
Signed-off-by: Len Brown <len.brown@...el.com>
---
drivers/acpi/scan.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index f6f52c1..e7b8853 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;
--
1.5.5.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists