From: Ivo van Doorn Date: Tue, 3 Jun 2008 16:58:56 +0000 (+0200) Subject: rt2x00: Cleanup/optimize set_state() function callback function X-Git-Tag: v2.6.27-rc1~969^2~324^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b08da3fb595432f87b5206c1c77dcb72300cacf;p=pandora-kernel.git rt2x00: Cleanup/optimize set_state() function callback function * Reduce goto usage * Mark if-statements which are true on hardware error unlikely() * Cleanup debug messages This makes the code look nicer and be better optimized since the chance of hardware errors should be very small. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed