staging: rtl8723bs: remove conversion to bool in halbtcoutsrc_Get()
authorJason Yan <yanaijie@huawei.com>
Mon, 4 May 2020 11:32:51 +0000 (19:32 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 May 2020 10:28:58 +0000 (12:28 +0200)
commit16529e3b8655b9b8bff776ecc4036f07711658a4
tree68a78740f2f1cdd4bd30b1ada298307b99771322
parentb95f955674bfdc42a9a12f1ad5d4eb1e9221e3bd
staging: rtl8723bs: remove conversion to bool in halbtcoutsrc_Get()

Fix the following coccicheck warning:

drivers/staging/rtl8723bs/hal/hal_btcoex.c:410:59-64: WARNING:
conversion to bool not needed here

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200504113251.40791-1-yanaijie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/hal_btcoex.c