]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8188eu: convert rtw_access_ctrl to return bool
authorMichael Straube <straube.linux@gmail.com>
Sat, 26 Oct 2019 12:11:32 +0000 (14:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Oct 2019 18:45:47 +0000 (20:45 +0200)
commit4e6f391fde3410fb4141261d45333217c22230d4
treeca16d7c483506bcab6daa22336be598aff5dfb8d
parent62ab5b466690213a190a3ec528123029db4de7c3
staging: rtl8188eu: convert rtw_access_ctrl to return bool

Function rtw_access_ctrl returns boolean values, so change the return
type to bool. Also convert the local variables that are used for the
return value from u8 to bool.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20191026121135.181897-4-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_sta_mgt.c
drivers/staging/rtl8188eu/include/sta_info.h