Commit 1d6bb0f9 authored by Gabriel Krisman Bertazi's avatar Gabriel Krisman Bertazi Committed by Inki Dae
Browse files

exynos_drm: Clean up duplicated assignment in exynos_drm_driver



num_ioctls is already assigned when declaring the exynos_drm_driver
structure.  No need to duplicate it here.

Signed-off-by: default avatarGabriel Krisman Bertazi <krisman@collabora.co.uk>
Reviewed-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 517069ff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -453,7 +453,6 @@ static int exynos_drm_platform_probe(struct platform_device *pdev)
	struct component_match *match;

	pdev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
	exynos_drm_driver.num_ioctls = ARRAY_SIZE(exynos_ioctls);

	match = exynos_drm_match_add(&pdev->dev);
	if (IS_ERR(match))