eth: forcedeth: remove local wrappers for napi enable/disable
authorJakub Kicinski <kuba@kernel.org>
Fri, 24 Jan 2025 03:18:36 +0000 (19:18 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 27 Jan 2025 22:30:49 +0000 (14:30 -0800)
commita878f3e4ace7c042852747c2cd34c15872d59cd2
treed34d6fd7901c527f0bfc55b614445eda6ea5c134
parent8ed47e4e0b428424e4c43704f12e9c1085f5425c
eth: forcedeth: remove local wrappers for napi enable/disable

The local helpers for calling napi_enable() and napi_disable()
don't serve much purpose and they will complicate the fix in
the subsequent patch. Remove them, call the core functions
directly.

Acked-by: Zhu Yanjun <zyjzyj2000@gmail.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20250124031841.1179756-3-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/nvidia/forcedeth.c