staging: rtl8723bs: Change the return type
authorSaurav Girepunje <saurav.girepunje@gmail.com>
Wed, 28 Apr 2021 17:55:20 +0000 (23:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 09:19:34 +0000 (11:19 +0200)
commita616d1212a7a7efb2d62a9433a2fdcfc933d9a83
tree51ef7042b4a5c0c5e24d4ec556e026f9c0bf0d4d
parent62409b31dbb54fe0e6facc7644deefd3c5eb373d
staging: rtl8723bs: Change the return type

Remove the ret variable in rtw_suspend_common() and change
the return type from int to void as rtw_suspend_common()
always return zero unconditionally.

Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>
Link: https://lore.kernel.org/r/20210428175520.GA8921@user
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/osdep_intf.h
drivers/staging/rtl8723bs/os_dep/os_intfs.c
drivers/staging/rtl8723bs/os_dep/sdio_intf.c