Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 153458ff authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by John W. Linville
Browse files

mwl8k: prevent freeing free IRQ if ieee80211_register_hw() fails

parent 91942230
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3501,7 +3501,7 @@ static int __devinit mwl8k_probe(struct pci_dev *pdev,
	if (rc) {
		printk(KERN_ERR "%s: Cannot register device\n",
		       wiphy_name(hw->wiphy));
		goto err_free_irq;
		goto err_free_queues;
	}

	printk(KERN_INFO "%s: %s v%d, %pM, %s firmware %u.%u.%u.%u\n",