From: Stephen Hemminger Date: Tue, 13 Jun 2006 08:17:27 +0000 (+0900) Subject: [PATCH] sky2: set_power_state should be void X-Git-Tag: v2.6.17~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ccc99b7b71976d15822ae7c41cd2ccda66d5076;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed