On 02/09/2025 08:24, Brahmajit Das wrote:
Variable idx is set in the loop, but is never used resulting in dead code. Building with GCC 16, which enables -Werror=unused-but-set-parameter= by default results in build error. This patch removes the idx parameter, since all the callers of the fm10k_unbind_hw_stats_q as 0 as idx anyways.Suggested-by: Vadim Fedorenko <[email protected]> Signed-off-by: Brahmajit Das <[email protected]>
Reviewed-by: Vadim Fedorenko <[email protected]>
