* [PATCH 1/1] net/cris/eth_v10.c: potential compiler error, irqfunc caller sites update
@ 2008-12-17 2:36 Adam Spotton
2008-12-17 22:50 ` [PATCH 1/1] net/cris/eth_v10.c: potential compiler error, Adam Spotton
0 siblings, 1 reply; 2+ messages in thread
From: Adam Spotton @ 2008-12-17 2:36 UTC (permalink / raw)
To: kernel-janitors
Fix a potential compiler error when calling e100rxtx_interrupt.
Patch generated by the Coccinelle semantic patch framework.
Signed-off-by: Adam Spotton <aspotton@gmail.com>
---
diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c
index 7e8a631..abc6eda 100644
--- a/drivers/net/cris/eth_v10.c
+++ b/drivers/net/cris/eth_v10.c
@@ -1707,7 +1707,7 @@ e100_set_network_leds(int active)
static void
e100_netpoll(struct net_device* netdev)
{
- e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL);
+ e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev);
}
#endif
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH 1/1] net/cris/eth_v10.c: potential compiler error,
2008-12-17 2:36 [PATCH 1/1] net/cris/eth_v10.c: potential compiler error, irqfunc caller sites update Adam Spotton
@ 2008-12-17 22:50 ` Adam Spotton
0 siblings, 0 replies; 2+ messages in thread
From: Adam Spotton @ 2008-12-17 22:50 UTC (permalink / raw)
To: kernel-janitors
Fix a potential compiler error when calling e100rxtx_interrupt.
Patch generated by the Coccinelle semantic patch framework.
Signed-off-by: Adam Spotton <aspotton@gmail.com>
---
I had a slight problem with my mail client converting tabs into spaces
but it seems OK now.
diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c
index 7e8a631..abc6eda 100644
--- a/drivers/net/cris/eth_v10.c
+++ b/drivers/net/cris/eth_v10.c
@@ -1707,7 +1707,7 @@ e100_set_network_leds(int active)
static void
e100_netpoll(struct net_device* netdev)
{
- e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL);
+ e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev);
}
#endif
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-17 22:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 2:36 [PATCH 1/1] net/cris/eth_v10.c: potential compiler error, irqfunc caller sites update Adam Spotton
2008-12-17 22:50 ` [PATCH 1/1] net/cris/eth_v10.c: potential compiler error, Adam Spotton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.