mirror of https://github.com/hak5/openwrt.git
12 lines
306 B
Diff
12 lines
306 B
Diff
--- 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
|
|
|