diff options
Diffstat (limited to 'drivers/acpi/bus.c')
-rw-r--r-- | drivers/acpi/bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index 279c4bac92e5..da471f647d07 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c | |||
@@ -195,7 +195,7 @@ int acpi_bus_set_power(acpi_handle handle, int state) | |||
195 | 195 | ||
196 | if (!device->flags.power_manageable) { | 196 | if (!device->flags.power_manageable) { |
197 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Device `[%s]' is not power manageable\n", | 197 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Device `[%s]' is not power manageable\n", |
198 | device->kobj.name)); | 198 | device->dev.kobj.name)); |
199 | return -ENODEV; | 199 | return -ENODEV; |
200 | } | 200 | } |
201 | /* | 201 | /* |