From: Bob Copeland Date: Fri, 15 Jun 2012 20:03:29 +0000 (-0400) Subject: ath5k: remove _bh from inner locks X-Git-Tag: v3.5-rc5~17^2~26^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6617942e15a16e97a1e2e93cee26f45e26243f43;p=pandora-kernel.git ath5k: remove _bh from inner locks spin_unlock_bh(&txq->lock) already disables softirqs so we don't want to do it here. Fixes smatch warnings: drivers/net/wireless/ath/ath5k/base.c:1048 ath5k_drain_tx_buffs() error: double lock 'bottom_half:' drivers/net/wireless/ath/ath5k/base.c:1056 ath5k_drain_tx_buffs() error: double unlock 'bottom_half:' Reported-by: Johannes Berg Signed-off-by: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed