commit | a7be50b7e30f9d77cb059a7ffdb781bb0fb92eba | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue Sep 18 19:48:59 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 18 20:43:23 2012 -0400 |
tree | df692ebd836af64cd7114b589b54669d6a29b6b1 | |
parent | a85d0d7f3460b1a123b78e7f7e39bf72c37dfb78 [diff] |
iwlwifi: don't double free the interrupt in failure path When the driver can't get the HW ready, we would release the interrupt twice which made the kernel complain loudly. Cc: stable@vger.kernel.org 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>