From: Raja Mani Date: Mon, 7 Nov 2011 20:52:46 +0000 (+0200) Subject: ath6kl: Remove WARN_ON msg in Suspend path X-Git-Tag: v3.3-rc1~182^2~261^2~200^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0737237411235d7c48a993a62de01257cc4b004d;p=pandora-kernel.git ath6kl: Remove WARN_ON msg in Suspend path In the current code, WOW resume is executed first from RX path and ar->state is moved to ATH6KL_STATE_ON. When platform calls ath6kl_sdio_resume() in CFG resume context, that time ar->state could have moved to ON state. Printing WARN_ON(1) is void in this context. Hence removing this. Once WOW resume is removed from RX path, This WARN_ON msg can be reverted. Signed-off-by: Raja Mani Signed-off-by: Kalle Valo --- Reading git-diff-tree failed