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

Commit 911aaabc authored by Tony Truong's avatar Tony Truong Committed by Gerrit - the friendly Code Review server
Browse files

mhi: rmnet: remove debug message regarding invalid buff



The debug message does not accurately describe the reason
for rmnet to reschedule the request.

CRs-Fixed: 1016968
Change-Id: I49fa6a0dbdd9dec7a36f5705b9e8d27bc7352286
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent 7dca19a9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -259,8 +259,6 @@ static int rmnet_mhi_poll(struct napi_struct *napi, int budget)

		/* Nothing more to read, or out of buffers in MHI layer */
		if (unlikely(!result->buf_addr || !result->bytes_xferd)) {
			rmnet_log(MSG_CRITICAL,
				  "Not valid buff not rescheduling\n");
			should_reschedule = false;
			break;
		}