[PATCH 4/4] net/qede: remove unused app version variable

David Marchand david.marchand at redhat.com
Thu Aug 27 11:08:07 CEST 2026


On Thu, 27 Aug 2026 at 02:00, Stephen Hemminger
<stephen at networkplumber.org> wrote:
>
> qed_dbg_set_app_ver() validates the caller's version and stores it.
> But the variable s_app_ver is never used in DPDK driver.
>
> clang 23 reports:
>
>   qede_debug.c:820:12: warning: variable 's_app_ver' set but not used
>         [-Wunused-but-set-global]
>
> Remove the variable and the dead store.

Maybe go one step further?
qed_dbg_set_app_ver() looks useless.

>
> Fixes: ec55c118792b ("net/qede: add infrastructure for debug data collection")
> Cc: stable at dpdk.org
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>


-- 
David Marchand



More information about the dev mailing list