drm/exynos: remove superfluous checks in g2d_check_reg_offset()

2015-08-25 Thread Tobias Jakobi
Gentle ping! On 2015-08-18 00:51, Tobias Jakobi wrote: > The cases of the switch statement ensure that reg_type > can never be REG_TYPE_NONE here. > > Signed-off-by: Tobias Jakobi > --- > drivers/gpu/drm/exynos/exynos_drm_g2d.c | 8 > 1 file changed, 8 deletions(-) > > diff --git

drm/exynos: remove superfluous checks in g2d_check_reg_offset()

2015-08-18 Thread Tobias Jakobi
The cases of the switch statement ensure that reg_type can never be REG_TYPE_NONE here. Signed-off-by: Tobias Jakobi --- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c