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

Commit aabdf789 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 certain dmesg"

parents 3fe6977d 8d78493b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -875,7 +875,7 @@ int diag_send_data(struct diag_master_table entry, unsigned char *buf,
						&driver->smd_data[index];
				err = diag_smd_write(smd_info, buf, len);
				if (err) {
					pr_err("diag: In %s, unable to write to smd, peripheral: %d, type: %d, err: %d\n",
					pr_err_ratelimited("diag: In %s, unable to write to smd, peripheral: %d, type: %d, err: %d\n",
						__func__, smd_info->peripheral,
						smd_info->type, err);
				}