summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy-c45.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2023-02-26 19:34:29 +0300
committerJakub Kicinski <kuba@kernel.org>2023-02-27 22:28:20 +0300
commitccf8f7d71424ce37394c8333482853dba4f33978 (patch)
treec0dba9d45f75d26f3f0252847ea45c2e7ae55d61 /drivers/net/phy/phy-c45.c
parent4db692d68256d860c9d35140b1de7324b432082b (diff)
downloadlinux-ccf8f7d71424ce37394c8333482853dba4f33978.tar.xz
xen-netback: remove unused variables pending_idx and index
building with gcc and W=1 reports drivers/net/xen-netback/netback.c:886:21: error: variable ‘pending_idx’ set but not used [-Werror=unused-but-set-variable] 886 | u16 pending_idx; | ^~~~~~~~~~~ pending_idx is not used so remove it. Since index was only used to set pending_idx, remove index as well. Signed-off-by: Tom Rix <trix@redhat.com> Reviewed-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20230226163429.2351600-1-trix@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/phy/phy-c45.c')
0 files changed, 0 insertions, 0 deletions