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

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

Merge "rpmsg: glink: Fix default case while handling received commands" into msm-next

parents 3f573fa4 8a54b566
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -541,6 +541,7 @@ static irqreturn_t qcom_glink_native_intr(int irq, void *data)
			ret = 0;
			break;
		default:
			qcom_glink_rx_advance(glink, ALIGN(sizeof(msg), 8));
			dev_err(glink->dev, "unhandled rx cmd: %d\n", cmd);
			ret = -EINVAL;
			break;