Re: [PATCH 04/10] drm/ingenic: Remove error check from fbdev setup

2020-04-07 Thread Paul Cercueil
Hi Thomas, Le lun. 6 avril 2020 à 15:43, Thomas Zimmermann a écrit : Remove the error check from the fbdev setup function. The function will print a warning. Signed-off-by: Thomas Zimmermann Reviewed-by: Paul Cercueil --- drivers/gpu/drm/ingenic/ingenic-drm.c | 4 +--- 1 file changed,

[PATCH 04/10] drm/ingenic: Remove error check from fbdev setup

2020-04-06 Thread Thomas Zimmermann
Remove the error check from the fbdev setup function. The function will print a warning. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ingenic/ingenic-drm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpu/drm/ingenic/ingenic-drm.c b/drivers/gpu/drm/inge