Re: [PATCH v5 16/29] drm/panel: panel-dsi-cm: remove extra 'if'

2020-12-14 Thread Sebastian Reichel
Hi, On Tue, Dec 08, 2020 at 02:28:42PM +0200, Tomi Valkeinen wrote: > We have a useless 'if' in the dsicm_bl_update_status(), a left over from > the conversion to DRM model. Drop the if. > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Sam Ravnborg > --- Reviewed-by: Sebastian Reichel -- Seb

[PATCH v5 16/29] drm/panel: panel-dsi-cm: remove extra 'if'

2020-12-08 Thread Tomi Valkeinen
We have a useless 'if' in the dsicm_bl_update_status(), a left over from the conversion to DRM model. Drop the if. Signed-off-by: Tomi Valkeinen Reviewed-by: Sam Ravnborg --- drivers/gpu/drm/panel/panel-dsi-cm.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers

Re: [PATCH v5 16/29] drm/panel: panel-dsi-cm: remove extra 'if'

2020-12-08 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tue, Dec 08, 2020 at 02:28:42PM +0200, Tomi Valkeinen wrote: > We have a useless 'if' in the dsicm_bl_update_status(), a left over from > the conversion to DRM model. Drop the if. > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Sam Ravnborg Reviewed-by: L