staging: r8188eu: replace the READ_AND_CONFIG
authorMartin Kaiser <martin@kaiser.cx>
Mon, 10 Jan 2022 12:46:34 +0000 (13:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jan 2022 15:18:42 +0000 (16:18 +0100)
commit05274a84e1ad675d561a609fb2040032df7f9baf
treed3c18549fdf1938717e9c64ce3e1aea424a25c78
parent1f9bd3991ba6142f0ca616299993cb7eb66e037d
staging: r8188eu: replace the READ_AND_CONFIG

The READ_AND_CONFIG macro builds a function name from chip type and
table name.

Remove the macro and use the resulting function names directly. This
makes the code easier to read.

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