From: Finn Thain Date: Sat, 15 Feb 2020 21:03:32 +0000 (+1100) Subject: net/sonic: Remove obsolete comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=888d0584afb884b3c402c5d01aa8c0006c25bc52;p=linux.git net/sonic: Remove obsolete comment The comment is meaningless since mark_bh() was removed a long time ago. Tested-by: Stan Johnson Signed-off-by: Finn Thain Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/natsemi/sonic.c b/drivers/net/ethernet/natsemi/sonic.c index 31be3ba668776..e01273654f815 100644 --- 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. - */ }