Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60783 | Differences between
and this patch

Collapse All | Expand All

(-)ipw2100-0.52.orig/ipw2100_main.c (+5 lines)
Lines 6826-6831 static int ipw2100_pci_init_one(struct p Link Here
6826
			free_irq(dev->irq, dev);
6826
			free_irq(dev->irq, dev);
6827
		}
6827
		}
6828
6828
6829
		if (priv->workqueue) {
6830
			destroy_workqueue(priv->workqueue);
6831
			priv->workqueue = NULL;
6832
		}
6833
6829
		/* These are safe to call even if they weren't allocated */
6834
		/* These are safe to call even if they weren't allocated */
6830
		ipw2100_beacons_free(priv);
6835
		ipw2100_beacons_free(priv);
6831
		ipw2100_queues_free(priv);
6836
		ipw2100_queues_free(priv);

Return to bug 60783