staging: rtl8723bs: Change return type of hal_btcoex_IsBtDisabled()
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Tue, 2 Jul 2019 07:01:32 +0000 (12:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jul 2019 16:35:04 +0000 (18:35 +0200)
commit14c77a18375db381426d3a0e6e7aaf87af9a8143
treeb9b218113a8964364337861b2044b9ef9369c1ff
parent66e8fafb70c206e2c5953ad8df6277fb2b0516da
staging: rtl8723bs: Change return type of hal_btcoex_IsBtDisabled()

Change return type of hal_btcoex_IsBtDisabled from u8 to bool as the
only possible return values are true and false.
Where needed, modify accordingly the type of the variables used to store
this return value.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Link: https://lore.kernel.org/r/20190702070132.6997-9-nishkadg.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/hal_btcoex.c
drivers/staging/rtl8723bs/hal/rtl8723b_dm.c
drivers/staging/rtl8723bs/include/hal_btcoex.h