commit | 2ccc99b7b71976d15822ae7c41cd2ccda66d5076 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue Jun 13 17:17:27 2006 +0900 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jun 13 13:16:40 2006 -0700 |
tree | 5dfe324f77344a8404333c986338abe93cb6c6bb | |
parent | 5e625b0844435e0333670d9da633304169896740 [diff] |
[PATCH] sky2: set_power_state should be void The set power state function is cleaner if it doesn't return anything. The only caller that could fail is in suspend() and it can check the argument there. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>