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

Commit 3e84ab94 authored by Santosh Mardi's avatar Santosh Mardi Committed by Gerrit - the friendly Code Review server
Browse files

drivers: soc: qcom: rimps_log: remove unused character while printing



Discard character printing in ipc log buf when get_next_logbuf()
returns count value less than the size argument.

Change-Id: I0ba388400c76c16da423a2ccb67d961ed31e87b4
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent 69baed9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ static void rimps_log_work(struct work_struct *work)
				}
			} else {
				ipc_log_string(info->ipc_log_ctxt,
						"%s\n", src, c);
						"%s\n", src);
			}

			buf_start += cnt;