diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-06-01 03:56:22 +0400 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2012-07-17 19:12:29 +0400 |
commit | 62f8dc529c76aca43113312079299d40741407dd (patch) | |
tree | 2eb316d8f187ca67fe00da9175370a45271b028a /drivers/net/ethernet/sfc/nic.c | |
parent | c56bf6fe785abbd83751a462f0c7067f7145b97a (diff) | |
download | linux-62f8dc529c76aca43113312079299d40741407dd.tar.xz |
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 8db182f4a8a6e2dcb8b65905ea4af56210e65430
('sfc: Remove now-unused filter function').
Shut the compiler up by initialising it to 0.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet/sfc/nic.c')
0 files changed, 0 insertions, 0 deletions