821170133f
SVN-Revision: 12718
12 lines
272 B
Diff
12 lines
272 B
Diff
--- a/drivers/net/cris/eth_v10.c
|
|
+++ b/drivers/net/cris/eth_v10.c
|
|
@@ -1707,7 +1707,7 @@
|
|
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
|
|
|