mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07: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
@ -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…
Reference in New Issue
Block a user