This series converts two functions return type from u8 to void as
part of getting rid of _FAIL / _SUCCESS.
Tested on x86_64 with Inter-Tech DMG-02.
Michael Straube (2):
staging: r8188eu: convert rtw_reset_drv_sw() to void
staging: r8188eu: convert rtw_free_drv_sw() to void
drivers/staging/r8188eu/include/osdep_intf.h | 4 ++--
drivers/staging/r8188eu/os_dep/os_intfs.c | 8 ++------
2 files changed, 4 insertions(+), 8 deletions(-)