Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/exynos/decon5433: remove duplicated initialization

Field .commit is already initialized few lines above.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

authored by

Andrzej Hajda and committed by
Inki Dae
5d929ba5 7b6bb6ed

-1
-1
drivers/gpu/drm/exynos/exynos5433_drm_decon.c
··· 448 448 .commit = decon_commit, 449 449 .enable_vblank = decon_enable_vblank, 450 450 .disable_vblank = decon_disable_vblank, 451 - .commit = decon_commit, 452 451 .atomic_begin = decon_atomic_begin, 453 452 .update_plane = decon_update_plane, 454 453 .disable_plane = decon_disable_plane,