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

Commit a865b94d authored by Mahesh Sivasubramanian's avatar Mahesh Sivasubramanian
Browse files

msm: rpm-smd-debug: Remove unwanted pr_info



Remove printk which fills up the kernel buffer with not so useful
messages. In certain test scenarios this could flood the serial console
and could cause a crash.

CRs-fixed: 710614
Change-Id: Ie0265364fefc93d4c1a9044c60adc74758650593
Signed-off-by: default avatarMahesh Sivasubramanian <msivasub@codeaurora.org>
parent ca82d9c0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -104,8 +104,6 @@ static ssize_t rsc_ops_write(struct file *fp, const char __user *user_buffer,

	if (msm_rpm_wait_for_ack(msm_rpm_send_request(req)))
		pr_err("Sending the RPM message failed\n");
	else
		pr_info("RPM message sent succesfully\n");

err_request:
	msm_rpm_free_request(req);