mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 19:46:15 +02:00
12 lines
300 B
Diff
12 lines
300 B
Diff
|
--- a/drivers/net/wireless/rt2x00/rt2x00pci.c
|
||
|
+++ b/drivers/net/wireless/rt2x00/rt2x00pci.c
|
||
|
@@ -213,7 +213,7 @@ void rt2x00pci_uninitialize(struct rt2x0
|
||
|
/*
|
||
|
* Free irq line.
|
||
|
*/
|
||
|
- free_irq(to_pci_dev(rt2x00dev->dev)->irq, rt2x00dev);
|
||
|
+ free_irq(rt2x00dev->irq, rt2x00dev);
|
||
|
|
||
|
/*
|
||
|
* Free DMA
|