ibmvnic: remove unused rc variable
gcc with W=1 reports
drivers/net/ethernet/ibm/ibmvnic.c:194:13: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
^
This variable is not used so remove it.
Reported-by:
kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308040609.zQsSXWXI-lkp@intel.com/
Signed-off-by:
Yu Liao <liaoyu15@huawei.com>
Reviewed-by:
Nick Child <nnac123@linux.ibm.com>
Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading
Please sign in to comment