]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: rtl8192ee: Fix build error
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 27 May 2014 09:55:47 +0000 (15:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 18:55:29 +0000 (11:55 -0700)
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>
drivers/staging/rtl8192ee/btcoexist/halbtc8723b1ant.c

index d561c54524b7283455cf64fb44d900bd63284a26..153048f6b4de1b198d96ffea1e4421256d3cdbb4 100644 (file)
@@ -1384,7 +1384,7 @@ static bool halbtc8723b1ant_is_common_action(struct btc_coexist *btcoexist)
                   (BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE !=
                    coex_dm->bt_status)) {
                BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE,
-                         ("[BTCoex], Wifi non connected-idle + BT Busy!!\n"));
+                         "[BTCoex], Wifi non connected-idle + BT Busy!!\n");
                halbtc8723b1ant_sw_mechanism(btcoexist, false);
                commom = true;
        } else {