This patchset modifies two function return types to void.
The return values of the function are never checked and they always return 
success.
This resolves coccicheck Unneeded variable warnings

PATCH[1/2] : This patch modifies return type of function loadparam() to void. 

PATCH[2/2] : This patch modifies return type of rtw_reset_drv_sw() to void.

Shobhit Kukreti (2):
  staging: rtl8723bs: os_dep: Modify return type of function
    loadparam(..)     to void
  staging: rtl8723bs: os_dep: Modify return type of function    
    rtw_reset_drv_sw() to void.

 drivers/staging/rtl8723bs/include/osdep_intf.h | 2 +-
 drivers/staging/rtl8723bs/os_dep/os_intfs.c    | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)

-- 
2.7.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to