disp: msm: dsi: fix the typo in cmd dma trigger pasring
Fix the error message typo in dsi cmd dma trigger parsing. Change-Id: I4ee1bfc05197e371270ec421ebd37c1386015274 Signed-off-by: Rajeev Nandan <quic_rajeevny@quicinc.com>
This commit is contained in:
@@ -1108,13 +1108,13 @@ static int dsi_panel_parse_triggers(struct dsi_host_common_cfg *host,
|
||||
} else if (!strcmp(trig, "trigger_sw_te")) {
|
||||
host->dma_cmd_trigger = DSI_TRIGGER_SW_TE;
|
||||
} else {
|
||||
DSI_ERR("[%s] Unrecognized mdp trigger type (%s)\n",
|
||||
DSI_ERR("[%s] Unrecognized cmd dma trigger type (%s)\n",
|
||||
name, trig);
|
||||
rc = -EINVAL;
|
||||
}
|
||||
|
||||
} else {
|
||||
DSI_DEBUG("[%s] Falling back to default MDP trigger\n", name);
|
||||
DSI_DEBUG("[%s] Falling back to default cmd dma trigger\n", name);
|
||||
host->dma_cmd_trigger = DSI_TRIGGER_SW;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user