staging: rtl8723bs: os_dep: modified return type of function rtw_suspend_wow() to...
authorShobhit Kukreti <shobhitkukreti@gmail.com>
Sat, 22 Jun 2019 16:40:41 +0000 (09:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Jun 2019 01:50:51 +0000 (09:50 +0800)
commit1e42a8871dbb16462ace8d4623f99cda4ef3a607
treea63290d74bcb9c47d93bb4c50a702c651020cea6
parentaa0d54db92158938316f182b6088d575259be254
staging: rtl8723bs: os_dep: modified return type of function rtw_suspend_wow() to void

Changed return type of function rtw_suspend_wow() to void.
The function always return _SUCCESS and the value is never
checked in the calling function.

Resolves coccicheck Unneeded variable "ret" warning.

Signed-off-by: Shobhit Kukreti <shobhitkukreti@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/drv_types.h
drivers/staging/rtl8723bs/os_dep/os_intfs.c