Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 750d526e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: using debug logging instead of error logging"

parents efbaadac c4f8c4b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2681,7 +2681,7 @@ int rmnet_ipa_query_tethering_stats(struct wan_ioctl_query_tether_stats *data,
	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 */
		if (data == NULL)
+1 −1
Original line number Diff line number Diff line
@@ -2839,7 +2839,7 @@ int rmnet_ipa3_query_tethering_stats(struct wan_ioctl_query_tether_stats *data,
	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 */
		if (data == NULL)