You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/drivers/net/wireless/rt2x00/rt2x00pci.c
|
|
+++ b/drivers/net/wireless/rt2x00/rt2x00pci.c
|
|
@@ -215,7 +215,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
|
|
|