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

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

Merge "drm/msm/dsi-staging: set correct flags for MAX_RETURN_PACKET command"...

Merge "drm/msm/dsi-staging: set correct flags for MAX_RETURN_PACKET command" into dev/msm-4.14-display
parents bb1860a4 363b8ffe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1303,6 +1303,7 @@ static int dsi_set_max_return_size(struct dsi_ctrl *dsi_ctrl,
		.type = MIPI_DSI_SET_MAXIMUM_RETURN_PACKET_SIZE,
		.tx_len = 2,
		.tx_buf = tx,
		.flags = rx_msg->flags,
	};

	rc = dsi_message_tx(dsi_ctrl, &msg, flags);