[PATCH] sky2: set_power_state should be void
authorStephen Hemminger <shemminger@osdl.org>
Tue, 13 Jun 2006 08:17:27 +0000 (17:17 +0900)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 13 Jun 2006 20:16:40 +0000 (13:16 -0700)
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>

No differences found