LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] Fix compilation problem with spider network driver on 2.6.20-rc6-mm2
@ 2007-01-29 17:23 Bernhard Walle
0 siblings, 0 replies; only message in thread
From: Bernhard Walle @ 2007-01-29 17:23 UTC (permalink / raw)
To: Andrew Morton; +Cc: Utz Bacher, Jens Osterkamp, linux-kernel
Fixes compilation with 2.6.20-rc6-mm1.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
drivers/net/spider_net.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: b/drivers/net/spider_net.c
===================================================================
--- a/drivers/net/spider_net.c
+++ b/drivers/net/spider_net.c
@@ -1906,8 +1906,7 @@ spider_net_stop(struct net_device *netde
spider_net_write_reg(card, SPIDER_NET_GHIINT1MSK, 0);
spider_net_write_reg(card, SPIDER_NET_GHIINT2MSK, 0);
- /* free_irq(netdev->irq, netdev);*/
- free_irq(to_pci_dev(netdev->class_dev.dev)->irq, netdev);
+ free_irq(card->pdev->irq, netdev);
spider_net_write_reg(card, SPIDER_NET_GDTDMACCNTR,
SPIDER_NET_DMA_TX_FEND_VALUE);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-01-29 17:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-29 17:23 [PATCH] Fix compilation problem with spider network driver on 2.6.20-rc6-mm2 Bernhard Walle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).