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

Coccicheck issues Unneeded variable "ret" warning.
The return value of function rtw_suspend_normal() is set to _SUCCESS.
The return value is never never checked by the calling function.
Modified return type to void to remove the coccicheck warning..

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