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

This commit is contained in:
qctecmdr
2019-07-19 05:17:06 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -3882,7 +3882,7 @@ static int dsi_panel_roi_prepare_dcs_cmds(struct dsi_panel_cmd_set *set,
int rc = 0; int rc = 0;
/* DTYPE_DCS_LWRITE */ /* DTYPE_DCS_LWRITE */
static char *caset, *paset; char *caset, *paset;
set->cmds = NULL; set->cmds = NULL;