projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fb9df9
)
net/sonic: Remove obsolete comment
author
Finn Thain
<fthain@telegraphics.com.au>
Sat, 15 Feb 2020 21:03:32 +0000
(08:03 +1100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 17 Feb 2020 03:48:21 +0000
(19:48 -0800)
The comment is meaningless since mark_bh() was removed a long time ago.
Tested-by: Stan Johnson <userm57@yahoo.com>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/natsemi/sonic.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/natsemi/sonic.c
b/drivers/net/ethernet/natsemi/sonic.c
index 31be3ba668776ea810c38480102e384111aa0556..e01273654f81586fc5b393af498d0dbe979f5f71 100644
(file)
--- a/
drivers/net/ethernet/natsemi/sonic.c
+++ b/
drivers/net/ethernet/natsemi/sonic.c
@@
-594,11
+594,6
@@
static void sonic_rx(struct net_device *dev)
if (rbe)
SONIC_WRITE(SONIC_ISR, SONIC_INT_RBE);
- /*
- * If any worth-while packets have been received, netif_rx()
- * has done a mark_bh(NET_BH) for us and will work on them
- * when we get to the bottom-half routine.
- */
}