commit | efd7ed0f5f2d07ccbb1853c5d46656cdfa1371fb | [log] [tgz] |
---|---|---|
author | Jules Irenge <jbi.octave@gmail.com> | Mon Jun 01 19:45:52 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 01 15:52:06 2020 -0700 |
tree | 120194d8aac3480c66452f7c66f510deda8b8c4a | |
parent | 6abde0b241224347cd88e2ae75902e07f55c42cb [diff] |
sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf() Sparse reports a warning at efx_ef10_try_update_nic_stats_vf() warning: context imbalance in efx_ef10_try_update_nic_stats_vf() - unexpected unlock The root cause is the missing annotation at efx_ef10_try_update_nic_stats_vf() Add the missing _must_hold(&efx->stats_lock) annotation Signed-off-by: Jules Irenge <jbi.octave@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>