iwlwifi: don't double free the interrupt in failure path
authorEmmanuel Grumbach <[email protected]>
Tue, 18 Sep 2012 17:48:59 +0000 (19:48 +0200)
committerJohn W. Linville <[email protected]>
Wed, 19 Sep 2012 00:43:23 +0000 (20:43 -0400)
commita7be50b7e30f9d77cb059a7ffdb781bb0fb92eba
treedf692ebd836af64cd7114b589b54669d6a29b6b1
parenta85d0d7f3460b1a123b78e7f7e39bf72c37dfb78
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: [email protected]
Reported-by: Brian Cockrell <[email protected]>
Tested-by: Brian Cockrell <[email protected]>
Signed-off-by: Emmanuel Grumbach <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
drivers/net/wireless/iwlwifi/pcie/trans.c