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

Commit f586ed40 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"

parents ca3db41a 5376b0bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1272,6 +1272,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);