remarkable-linux/drivers/staging/rtl8188eu
Luca Ceresoli 7fc0406f48 staging: rtl8188eu: return an error code, not a boolean
"If the name of a function is an action or an imperative command,
the function should return an error-code integer." (Documentation/CodingStyle)

Several action-like functions in this driver return a boolean: _SUCCESS = 1 on
success, _FAIL = 0 on error, defined in
drivers/staging/rtl8188eu/include/osdep_service.h.

Change rtw_start_drv_threads() to return a proper 0-or-error value.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Greg Kroah-Hartman <gregkh@linux.com>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-05-31 12:01:37 +09:00
..
core staging: rtl8188eu: core: Fix line over 80 characters 2015-05-31 11:47:56 +09:00
hal Staging: rtl8188eu: fix coding style 2015-05-31 11:47:56 +09:00
include staging: rtl8188eu: declare internal symbols as static 2015-05-31 12:01:37 +09:00
os_dep staging: rtl8188eu: return an error code, not a boolean 2015-05-31 12:01:37 +09:00
Kconfig
Makefile
TODO