From: Kalle Valo Date: Tue, 5 Jan 2010 18:17:10 +0000 (+0200) Subject: wl1251: fix sleep related error paths in wl1251_op_bss_info_changed() X-Git-Tag: v2.6.34-rc1~233^2~556^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a112ffe8dbada25f3780ecc4beebf23451d755;p=pandora-kernel.git wl1251: fix sleep related error paths in wl1251_op_bss_info_changed() In various cases wl1251_op_bss_info_changed() did not call elp_sleep() after an error was noticed. Fix it by using correct goto label. The bug was a theoretical one, in practise it doesn't matter because if commands start returning errors there will be lots of other problems. Signed-off-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed