summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8821ae/btcoexist/halbtc8723b2ant.c
diff options
context:
space:
mode:
authorGreg Donald2014-08-25 01:34:43 +0200
committerGreg Kroah-Hartman2014-08-30 22:58:13 +0200
commit06f1465b71dfd5eb2843a01c7b513a55c0c9d941 (patch)
tree3997f250b92e16e22433b703d67d273e8b5d8f25 /drivers/staging/rtl8821ae/btcoexist/halbtc8723b2ant.c
parentdrivers: staging: rtl8192u: Fix switch and case should be at the same indent ... (diff)
downloadkernel-qcow2-linux-06f1465b71dfd5eb2843a01c7b513a55c0c9d941.tar.gz
kernel-qcow2-linux-06f1465b71dfd5eb2843a01c7b513a55c0c9d941.tar.xz
kernel-qcow2-linux-06f1465b71dfd5eb2843a01c7b513a55c0c9d941.zip
drivers: staging: rtl8821ae: Fix spaces required around that '<' errors
Fix checkpatch.pl spaces required around that '<' errors Signed-off-by: Greg Donald <gdonald@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8821ae/btcoexist/halbtc8723b2ant.c')
-rw-r--r--drivers/staging/rtl8821ae/btcoexist/halbtc8723b2ant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8821ae/btcoexist/halbtc8723b2ant.c b/drivers/staging/rtl8821ae/btcoexist/halbtc8723b2ant.c
index da3f62da4e40..edcf8ddfa455 100644
--- a/drivers/staging/rtl8821ae/btcoexist/halbtc8723b2ant.c
+++ b/drivers/staging/rtl8821ae/btcoexist/halbtc8723b2ant.c
@@ -1323,7 +1323,7 @@ static void halbtc8723b2ant_set_ant_path(struct btc_coexist *btcoexist,
btcoexist->btc_get(btcoexist, BTC_GET_BL_EXT_SWITCH, &pg_ext_switch);
btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_FW_VER, &fw_ver);
- if ((fw_ver<0xc0000) || pg_ext_switch)
+ if ((fw_ver < 0xc0000) || pg_ext_switch)
use_ext_switch = true;
if (init_hwcfg) {