Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31431
b: refs/heads/master
c: 64dedfb
h: refs/heads/master
i:
  31429: 7dbd8ee
  31427: 103386e
  31423: f55bb6d
v: v3
  • Loading branch information
Jae-hyeon Park authored and Len Brown committed Jun 27, 2006
1 parent 52399b4 commit efac34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e7e2c047503db5a094ab30c7b4b8a5a0a324915
refs/heads/master: 64dedfb8fdbbc4fabb8c131e4b597cd4bc7f3881
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ int acpi_bus_set_power(acpi_handle handle, int state)
/* Make sure this is a valid target state */

if (!device->flags.power_manageable) {
ACPI_INFO((AE_INFO, "Device is not power manageable"));
printk(KERN_DEBUG "Device `[%s]is not power manageable",
device->kobj.name);
return_VALUE(-ENODEV);
}
/*
Expand Down

0 comments on commit efac34a

Please sign in to comment.