staging: r8188eu: remove test code for efuse shadow map
authorMartin Kaiser <martin@kaiser.cx>
Sat, 13 Nov 2021 18:55:06 +0000 (19:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Nov 2021 09:32:35 +0000 (10:32 +0100)
commit6f520d1f50e9c7606a607a116b59b634b3a9a891
treeb70157e05cb7d286ecd26133c7b92d402d64a388
parent3a6a68888b6c98898f34ac83e51ef50156a88f6d
staging: r8188eu: remove test code for efuse shadow map

The EFUSE_ShadowMapUpdate function has a parameter to replace the
actual read operations with test reads. The only caller of
EFUSE_ShadowMapUpdate does not use this test mode.

Remove the read test code from EFUSE_ShadowMapUpdate and the low-level
functions that it calls.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211113185518.23941-4-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_efuse.c
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c
drivers/staging/r8188eu/include/hal_intf.h
drivers/staging/r8188eu/include/rtw_efuse.h