From: Felix Fietkau Date: Sun, 9 Mar 2014 08:51:16 +0000 (+0100) Subject: ath9k_hw: fix unreachable code in baseband hang detection code X-Git-Tag: v3.14-rc8~3^2~21^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=105ff411c96c52c67261efbe245f0947d39ebce7;p=pandora-kernel.git ath9k_hw: fix unreachable code in baseband hang detection code The commit "ath9k: reduce baseband hang detection false positive rate" added a delay in the loop checking the baseband state, however it was unreachable due to previous 'continue' statements. Reported-by: Dan Carpenter Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed