summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_btcoex.c
diff options
context:
space:
mode:
authorAastha Gupta <aastha.gupta4104@gmail.com>2017-10-08 10:24:54 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-10-18 16:07:49 +0200
commit4c249545ab8797568b1bc11db1a01be7037166b2 (patch)
tree4a58e962b89b9efdc366d850744aa236c1674aa7 /drivers/staging/rtl8723bs/core/rtw_btcoex.c
parentdec77f8afedd5365fb9f6af21a5551bf778df68e (diff)
downloadlinux-stable-4c249545ab8797568b1bc11db1a01be7037166b2.tar.gz
linux-stable-4c249545ab8797568b1bc11db1a01be7037166b2.tar.bz2
linux-stable-4c249545ab8797568b1bc11db1a01be7037166b2.zip
staging: rtl8723bs: convert type to bool
Here the variable bips_processing is always supplied a bool value while inside struct definition it is defined as an uint type. Fix it by defining bips_processing a bool type. Also a restore_iqk_rst = (pwrpriv->bips_processing == true) is same as restore_iqk_rst = pwrpriv->bips_processing Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/core/rtw_btcoex.c')
0 files changed, 0 insertions, 0 deletions