OSDN Git Service

staging: r8188eu: remove wrapper around ReadChipVersion8188E()
authorMichael Straube <straube.linux@gmail.com>
Sat, 4 Sep 2021 12:40:31 +0000 (14:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:47 +0000 (08:49 +0200)
commitec7489656b362ab8d8fb7576eadf126499c03cd8
tree7e8a97a8e541e454d10ddabebed565280e5035d2
parent9f6c5162493ae1567cf0e59b0d265cf522418b50
staging: r8188eu: remove wrapper around ReadChipVersion8188E()

Function ReadChipVersion8188E() is only called by the wrapper
rtl8188e_read_chip_version(). Rename ReadChipVersion8188E()
to rtl8188e_read_chip_version() and change the return type to
void since the return value is never used.

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210904124033.14244-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c