Skip to content
Snippets Groups Projects
Commit 9117873c authored by Liu Ying's avatar Liu Ying Committed by Leonard Crestez
Browse files

MLK-21402 drm/imx: dpu: kms: Trivial typo fix to remove a superfluous ";"


This patch fixes a trivial typo to remove a superfluous ";".

Fixes: 5bed4df1a154 ("MLK-21397 drm/imx: dpu: kms: Put possible pipe states properly")
Signed-off-by: default avatarLiu Ying <victor.liu@nxp.com>
parent 1ae539a6
No related branches found
No related tags found
No related merge requests found
......@@ -761,7 +761,7 @@ static int dpu_drm_atomic_check(struct drm_device *dev,
}
kfree(states);
};
}
drm_for_each_crtc(crtc, dev) {
if (pipe_states_prone_to_put[drm_crtc_index(crtc)]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment