OSDN Git Service

msm: ipa: using debug logging instead of error logging
authorMohammed Javid <mjavid@codeaurora.org>
Wed, 3 Jan 2018 11:59:57 +0000 (17:29 +0530)
committerGerrit - the friendly Code Review server <code-review@localhost>
Wed, 2 May 2018 10:24:26 +0000 (03:24 -0700)
Adding code changes to controlling logs printing
on the console changing error logging to debug logging

Change-Id: I35f4c0e3380ad700899808d9cd6c260befb8be8f
Acked-by: Ashok Vuyyuru <avuyyuru@qti.qualcomm.com>
Signed-off-by: Mohammed Javid <mjavid@codeaurora.org>
drivers/platform/msm/ipa/ipa_v2/rmnet_ipa.c
drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c

index 937f10e..3defc03 100644 (file)
@@ -2871,7 +2871,7 @@ int rmnet_ipa_query_tethering_stats_modem(
        if (reset) {
                req->reset_stats_valid = true;
                req->reset_stats = true;
-               IPAWANERR("reset the pipe stats\n");
+               IPAWANDBG("reset the pipe stats\n");
        } else {
                /* print tethered-client enum */
                IPAWANDBG("Tethered-client enum(%d)\n", data->ipa_client);
index 4dd7e4f..900f507 100644 (file)
@@ -3015,7 +3015,7 @@ static int rmnet_ipa3_query_tethering_stats_modem(
        if (reset) {
                req->reset_stats_valid = true;
                req->reset_stats = true;
-               IPAWANERR("reset the pipe stats\n");
+               IPAWANDBG("reset the pipe stats\n");
        } else {
                /* print tethered-client enum */
                IPAWANDBG("Tethered-client enum(%d)\n", data->ipa_client);