Loading
net: ftgmac100: Fix wrong netif_napi_del in release
netif_napi_add() is called in open. There is a symmetric call to netif_napi_del() in stop. Remove to wrong call to netif_napi_del() in release. Signed-off-by:Andrew Lunn <andrew@lunn.ch> Reviewed-by:
Simon Horman <horms@kernel.org> Signed-off-by:
Jacky Chou <jacky_chou@aspeedtech.com> Link: https://patch.msgid.link/20260206-ftgmac-cleanup-v5-14-ad28a9067ea7@aspeedtech.com Signed-off-by:
Paolo Abeni <pabeni@redhat.com>