Skip to content
Commit 62f8dc52 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

sfc: Work around bogus 'uninitialised variable' warning

With some gcc versions & optimisations, the compiler will warn that
'depth' in efx_filter_insert_filter() may be used without being
initialised, although this is not the case.

This is related to inlining of efx_filter_search(), which only has
one caller since commit 8db182f4


('sfc: Remove now-unused filter function').

Shut the compiler up by initialising it to 0.

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
parent c56bf6fe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment