commit | cde0e5d722c77d1194f40de54a99c90afe365480 | [log] [tgz] |
---|---|---|
author | MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com> | Wed Mar 22 14:49:33 2006 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 19 14:13:22 2006 -0700 |
tree | 4c569d32f7ff40010e97a1a133bfbabed69e2b7d | |
parent | c14424736e76f3d8477a41de531e6b5dcce3d5b0 [diff] |
[PATCH] acpiphp: turn off slot power at error case When acpiphp_enable_slot() is failed, acpiphp does not change the slot->flags. Therefore, when user tries to read power status, acpiphp_get_power_status() returns the enable status whether the slot is not really enabled. This patch fixes this BUG. Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>