staging: r8188eu: merge three small functions
authorMartin Kaiser <martin@kaiser.cx>
Thu, 11 Nov 2021 21:26:43 +0000 (22:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Nov 2021 09:02:04 +0000 (10:02 +0100)
commit80d21b0a5d6560c481082254ec934a0369c324fd
tree1896d1e7d3fae3ea8a6a77e7c9dc8cb59b3b0e7a
parent216506a986b25051e5a536e6c3d35ccf004a6bcd
staging: r8188eu: merge three small functions

ReadAdapterInfo8188EU calls _ReadAdapterInfo8188EU.
_ReadAdapterInfo8188EU calls _ReadPROMContent.

Each of these functions is small and has only one caller. Move all
their code into ReadAdapterInfo8188EU.

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