staging: rtl8723bs: os_dep: Modify return type of function rtw_reset_drv_sw() to...
authorShobhit Kukreti <shobhitkukreti@gmail.com>
Sat, 22 Jun 2019 15:23:08 +0000 (08:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Jun 2019 01:50:51 +0000 (09:50 +0800)
commit864e69d0d108f625a93c1fcded2800f2849cede5
tree2e1b40c9e85e8d3d54ea45ac33a6818c1c6a46d2
parent3dadf62ca5b2b5f7c41af06bf8851eaed1adacba
staging: rtl8723bs: os_dep: Modify return type of function rtw_reset_drv_sw() to void.

The function rtw_reset_drv_sw() return value is set to _SUCCESS.
The return value is never checked when the function is called.
Modified the return value to void to remove "Unneeded Variable warning
of coccicheck.

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