Re: [PATCH 11/11] drm: Fix comment on mode parsing

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Do not claim that there's a default mode in the video= option parser. > if no option string has been given, the parser does nothing. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier

[PATCH 11/11] drm: Fix comment on mode parsing

2023-02-09 Thread Thomas Zimmermann
Do not claim that there's a default mode in the video= option parser. if no option string has been given, the parser does nothing. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_modes.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_modes.c b/