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

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

Merge "diag: Ratelimit error message on failure to write to remote processor"

parents 32936e29 0fc30218
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -931,7 +931,7 @@ send_data:
	err = diagfwd_bridge_write(proc, driver->cb_buf,
				   driver->cb_buf_len);
	if (err) {
		pr_err("diag: Error writing Callback packet to proc: %d, err: %d\n",
		pr_err_ratelimited("diag: Error writing Callback packet to proc: %d, err: %d\n",
				   proc, err);
		driver->cb_buf_len = 0;
	}