[PATCH 1/2] drm/fsl-dcu: Remove unneeded NULL check

2016-11-28 Thread Stefan Agner
On 2016-11-16 07:38, Fabio Estevam wrote: > devm_ioremap_resource() performs NULL check for the 'res' argument, > so remove the unneeded check. > > Signed-off-by: Fabio Estevam > --- > drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 5 - > 1 file changed, 5 deletions(-) > > diff --git

[PATCH 1/2] drm/fsl-dcu: Remove unneeded NULL check

2016-11-16 Thread Fabio Estevam
devm_ioremap_resource() performs NULL check for the 'res' argument, so remove the unneeded check. Signed-off-by: Fabio Estevam --- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c