staging: r8188eu: efuse_utilized is never read
authorMartin Kaiser <martin@kaiser.cx>
Sat, 9 Jul 2022 17:09:59 +0000 (19:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Jul 2022 08:06:45 +0000 (10:06 +0200)
commitc337bf6256316be5d74a27f6449363e10fda49a3
tree705f01f0afcdf9fc47ead7c0997920faa720ce0a
parente2bd5dc33f037d627ecd3d688cd388131199ee7c
staging: r8188eu: efuse_utilized is never read

The efuse_utilized variable in function efuse_phymap_to_logical is
written to but never read. Remove it.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220709171000.180481-14-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c