Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8192ee: Fix build error

Fixes the followign build error:
drivers/staging/rtl8192ee/btcoexist/halbtc8723b1ant.c:1387:6: error: called object is not a function or function pointer
("[BTCoex], Wifi non connected-idle + BT Busy!!\n"));

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sachin Kamat and committed by
Greg Kroah-Hartman
bc25d197 735e33fa

+1 -1
+1 -1
drivers/staging/rtl8192ee/btcoexist/halbtc8723b1ant.c
··· 1384 1384 (BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE != 1385 1385 coex_dm->bt_status)) { 1386 1386 BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, 1387 - ("[BTCoex], Wifi non connected-idle + BT Busy!!\n")); 1387 + "[BTCoex], Wifi non connected-idle + BT Busy!!\n"); 1388 1388 halbtc8723b1ant_sw_mechanism(btcoexist, false); 1389 1389 commom = true; 1390 1390 } else {