netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 7/7] ibmveth irq fix
@ 2006-10-10 21:33 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2006-10-10 21:33 UTC (permalink / raw)
  To: jeff; +Cc: netdev, akpm, anton, paulus


From: Andrew Morton <akpm@osdl.org>

drivers/net/ibmveth.c:939: error: too many arguments to function `ibmveth_interrupt'

Cc: Jeff Garzik <jeff@garzik.org>
Cc: Anton Blanchard <anton@samba.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/net/ibmveth.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/net/ibmveth.c~ibmveth-irq-fix drivers/net/ibmveth.c
--- a/drivers/net/ibmveth.c~ibmveth-irq-fix
+++ a/drivers/net/ibmveth.c
@@ -936,7 +936,7 @@ static int ibmveth_change_mtu(struct net
 static void ibmveth_poll_controller(struct net_device *dev)
 {
 	ibmveth_replenish_task(dev->priv);
-	ibmveth_interrupt(dev->irq, dev, NULL);
+	ibmveth_interrupt(dev->irq, dev);
 }
 #endif
 
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-10 21:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-10 21:33 [patch 7/7] ibmveth irq fix akpm

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).