Skip to content
Snippets Groups Projects
Commit 9c49282a authored by Colin Ian King's avatar Colin Ian King Committed by Sam Ravnborg
Browse files

drm/panel: clean up indentation issue


There is a continue statement that is indented one level too deeply,
remove the extraneous tab.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190925120357.10408-1-colin.king@canonical.com
parent 0d35408a
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ static int lcd_olinuxino_get_modes(struct drm_panel *panel)
lcd_mode->hactive,
lcd_mode->vactive,
lcd_mode->refresh);
continue;
continue;
}
mode->clock = lcd_mode->pixelclock;
......
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