summaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorMohammed Javid <mjavid@codeaurora.org>2018-01-03 17:29:57 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-05-02 03:24:26 -0700
commitf01d00d21375b174ea7a44f652b4a87abd1bd22e (patch)
treec81b32381a435c575c3acb48af3a65665ee4c100 /drivers/platform
parentd1507b1236caee1b7efdbffb1f2d16ab387164f5 (diff)
msm: ipa: using debug logging instead of error logging
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>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/msm/ipa/ipa_v2/rmnet_ipa.c2
-rw-r--r--drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/msm/ipa/ipa_v2/rmnet_ipa.c b/drivers/platform/msm/ipa/ipa_v2/rmnet_ipa.c
index 937f10e3c9ad..3defc03c2571 100644
--- a/drivers/platform/msm/ipa/ipa_v2/rmnet_ipa.c
+++ b/drivers/platform/msm/ipa/ipa_v2/rmnet_ipa.c
@@ -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);
diff --git a/drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c b/drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c
index 4dd7e4f3728e..900f5077e901 100644
--- a/drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c
+++ b/drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c
@@ -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);