From: Brian Cavagnolo Date: Wed, 6 Apr 2011 08:48:46 +0000 (+0530) Subject: mwl8k: do not free unrequested irq X-Git-Tag: v2.6.39-rc5~40^2~37^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3ca7f752d8f5009c9a83db56035566f3e313de;p=pandora-kernel.git mwl8k: do not free unrequested irq When the mwl8k driver attempts and fails to switch from sta to ap firmware (or vice-versa) in the mwl8k_add_interface routine, the mwl8k_stop routine will be called. This routine must not attempt to free the irq if it was not requested. Signed-off-by: Brian Cavagnolo Signed-off-by: Nishant Sarmukadam Signed-off-by: John W. Linville --- Reading git-diff-tree failed