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

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

Merge "disp: msm: dsi: remove using static memory for roi commands"

parents 6db1b4ca 8915522e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3882,7 +3882,7 @@ static int dsi_panel_roi_prepare_dcs_cmds(struct dsi_panel_cmd_set *set,
	int rc = 0;

	/* DTYPE_DCS_LWRITE */
	static char *caset, *paset;
	char *caset, *paset;

	set->cmds = NULL;