staging: rtl8188eu: remove rtw_android_set_block()
authorMichael Straube <straube.linux@gmail.com>
Fri, 23 Nov 2018 20:41:01 +0000 (21:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2018 19:59:04 +0000 (20:59 +0100)
commit2077ca1cd4592c845536f48c01df5e4a63c82074
treeb654f09c1be0aeeb3415460f76c70d2bb5b746e9
parent1d9416d6d55710a6d33d15ba6c68df3b71e63bac
staging: rtl8188eu: remove rtw_android_set_block()

The function rtw_android_set_block() just returns zero. The only user
is the function rtw_android_priv_cmd(). The variable bytes_written is
initialized to zero and not changed before the use of
rtw_android_set_block(). Remove rtw_android_set_block() and it's only
use.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/rtw_android.c