commit | 181ab62311c62fdd8c450969d0b822e1b89de42a | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Fri Aug 31 04:08:01 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 01 17:45:48 2018 -0700 |
tree | b6ecd3367aead81669c147cf8fd3d71b21f340c3 | |
parent | d99b7d6bca9c7fc318346bb3c00c17c8840e241d [diff] |
bnxt_en: remove set but not used variable 'rx_stats' Fixes gcc '-Wunused-but-set-variable' warning: drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c: In function 'bnxt_vf_rep_rx': drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c:212:28: warning: variable 'rx_stats' set but not used [-Wunused-but-set-variable] struct bnxt_vf_rep_stats *rx_stats; Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>