1
linux/drivers/net/ethernet/atheros
Qianqiang Liu 7fd551a87b net: ag71xx: remove dead code path
The "err" is always zero, so the following branch can never be executed:
if (err) {
	ndev->stats.rx_dropped++;
	kfree_skb(skb);
}
Therefore, the "if" statement can be removed.

Use "ndev->stats.rx_errors" to count "napi_build_skb()" failure

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
Link: https://lore.kernel.org/20240911135828.378317-1-usama.anjum@collabora.com
Signed-off-by: Qianqiang Liu <qianqiang.liu@163.com>
Link: https://patch.msgid.link/20240913014731.149739-1-qianqiang.liu@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-09-13 19:53:47 -07:00
..
alx pci-v6.10-changes 2024-05-21 10:09:28 -07:00
atl1c
atl1e
atlx
ag71xx.c net: ag71xx: remove dead code path 2024-09-13 19:53:47 -07:00
Kconfig net: ag71xx: add COMPILE_TEST to test compilation 2024-09-09 17:17:38 -07:00
Makefile