]> git.hungrycats.org Git - linux/commit
iwlwifi: don't double free the interrupt in failure path
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 18 Sep 2012 17:48:59 +0000 (19:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:39:45 +0000 (10:39 -0700)
commit54abcfeb2ce031f864b8a8c574333446af335c3c
tree73b1c37c6a45f2b922ab32c809ef2fbedaeeebae
parent0bcaf42e89b5be757bf4ffc4063411c8ebe40e06
iwlwifi: don't double free the interrupt in failure path

commit a7be50b7e30f9d77cb059a7ffdb781bb0fb92eba upstream.

When the driver can't get the HW ready, we would release
the interrupt twice which made the kernel complain loudly.

Reported-by: Brian Cockrell <brian.cockrell@intel.com>
Tested-by: Brian Cockrell <brian.cockrell@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/iwlwifi/iwl-trans-pcie.c