projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix IMQ autoloading
[openwrt.git]
/
target
/
linux
/
etrax
/
patches
/
101-cris-eth-driver.patch
1
--- a/drivers/net/cris/eth_v10.c
2
+++ b/drivers/net/cris/eth_v10.c
3
@@ -1707,7 +1707,7 @@
4
static void
5
e100_netpoll(struct net_device* netdev)
6
{
7
- e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL);
8
+ e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev);
9
}
10
#endif
11
This page took
0.051221 seconds
and
5
git commands to generate.