* [dropped? patch] netdev: fix smc911 compile error
@ 2006-12-23 19:57 Chuck Ebbert
2006-12-23 20:33 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2006-12-23 19:57 UTC (permalink / raw)
To: netdev; +Cc: Jeff Garzik
From: Vitaly Wool <vitalywool@gmail.com>
Fix compilation failure for smc911x.c when NET_POLL_CONTROLLER is set.
Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
---
Is not upstream and doesn't seem to be in upstream-fixes either.
--- a/drivers/net/smc911x.c
+++ b/drivers/net/smc911x.c
@@ -1331,7 +1331,7 @@ smc911x_rx_dma_irq(int dma, void *data)
static void smc911x_poll_controller(struct net_device *dev)
{
disable_irq(dev->irq);
- smc911x_interrupt(dev->irq, dev, NULL);
+ smc911x_interrupt(dev->irq, dev);
enable_irq(dev->irq);
}
#endif
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dropped? patch] netdev: fix smc911 compile error
2006-12-23 19:57 [dropped? patch] netdev: fix smc911 compile error Chuck Ebbert
@ 2006-12-23 20:33 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-12-23 20:33 UTC (permalink / raw)
To: Chuck Ebbert; +Cc: netdev
Chuck Ebbert wrote:
> From: Vitaly Wool <vitalywool@gmail.com>
>
> Fix compilation failure for smc911x.c when NET_POLL_CONTROLLER is set.
>
> Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
> ---
> Is not upstream and doesn't seem to be in upstream-fixes either.
It's in Linus's upstream. netdev-2.6.git#upstream is a few days behind.
Jeff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-23 20:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-23 19:57 [dropped? patch] netdev: fix smc911 compile error Chuck Ebbert
2006-12-23 20:33 ` Jeff Garzik
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).