]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8188eu: convert return type of Hal_GetChnlGroup88E() to void
authorMichael Straube <straube.linux@gmail.com>
Fri, 13 Aug 2021 07:31:07 +0000 (09:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Aug 2021 07:08:11 +0000 (09:08 +0200)
commit69d2eec413bc9df643754b28ec3a4313bb814e22
tree8139302ba8932bbb552d5ce6fb339ce0125933c5
parent598c0b87070bb69aaa58419a26b986444fc6255e
staging: r8188eu: convert return type of Hal_GetChnlGroup88E() to void

After the removal of 5GHz code from Hal_GetChnlGroup88E() the function
always returns true now. Convert the return type to void and change the
only user Hal_ReadTxPowerInfo88E() accordingly.

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