From: Arik Nemtsov Date: Tue, 15 May 2012 13:46:58 +0000 (+0300) Subject: wlcore: remove duplicate BUG_ON during recovery X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=5a344b87ce1f27dade9f320aeb08ba7401d8c984;p=~shefty%2Frdma-dev.git wlcore: remove duplicate BUG_ON during recovery This BUG_ON also ignored the INTENDED_FW_RECOVERY flag. This would result in a BUG() when using the bug_on_recovery module parameter during multi-role. Signed-off-by: Arik Nemtsov Signed-off-by: Luciano Coelho --- diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c index b0607f6e4e4..414fde41072 100644 --- a/drivers/net/wireless/ti/wlcore/main.c +++ b/drivers/net/wireless/ti/wlcore/main.c @@ -852,8 +852,6 @@ static void wl1271_recovery_work(struct work_struct *work) goto out_unlock; } - BUG_ON(bug_on_recovery); - /* * Advance security sequence number to overcome potential progress * in the firmware during recovery. This doens't hurt if the network is