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

Commit d0da5208 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: qrtr: Change error logging in callback"

parents 309d4e75 99ac5155
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ static int qcom_smd_qrtr_callback(struct rpmsg_device *rpdev,
	int rc;

	if (!qdev) {
		pr_err("%s:Not ready\n", __func__);
		pr_err_ratelimited("%s:Not ready\n", __func__);
		return -EAGAIN;
	}