From: Zheng Bin <zhengbi...@huawei.com> Date: Wed, 29 Apr 2020 09:23:57 +0800
> Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/net/ethernet/huawei/hinic/hinic_sriov.c:792:6: warning: variable > ‘func_id’ set but not used [-Wunused-but-set-variable] > > It is introduced by commit 7dd29ee12865 ("hinic: > add sriov feature support"), but never used, > so remove it. > > Reported-by: Hulk Robot <hul...@huawei.com> > Signed-off-by: Zheng Bin <zhengbi...@huawei.com> This does not apply cleanly to the net-next tree.