Commit 9c49282a authored by Colin Ian King's avatar Colin Ian King Committed by Sam Ravnborg

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
...@@ -161,7 +161,7 @@ static int lcd_olinuxino_get_modes(struct drm_panel *panel) ...@@ -161,7 +161,7 @@ static int lcd_olinuxino_get_modes(struct drm_panel *panel)
lcd_mode->hactive, lcd_mode->hactive,
lcd_mode->vactive, lcd_mode->vactive,
lcd_mode->refresh); lcd_mode->refresh);
continue; continue;
} }
mode->clock = lcd_mode->pixelclock; mode->clock = lcd_mode->pixelclock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment