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

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

Merge "qcom: sysmon: Change print level of send_event failure"

parents 212b3fdd 5f8b2cf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ int sysmon_send_event(struct subsys_desc *dest_desc,

	/* Check the response */
	if (QMI_RESP_BIT_SHIFT(resp.resp.result) != QMI_RESULT_SUCCESS_V01) {
		pr_err("QMI request failed 0x%x\n",
		pr_debug("QMI request failed 0x%x\n",
					QMI_RESP_BIT_SHIFT(resp.resp.error));
		ret = -EREMOTEIO;
	}
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ int sysmon_send_event_no_qmi(struct subsys_desc *dest_desc,
	}

	if (strcmp(ss->rx_buf, "ssr:ack")) {
		pr_err("Unexpected response %s\n", ss->rx_buf);
		pr_debug("Unexpected response %s\n", ss->rx_buf);
		ret = -ENOSYS;
	}
out: