mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190925120357.10408-1-colin.king@canonical.com
This commit is contained in:
parent
0d35408afb
commit
9c49282ac8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue