diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2015-10-20 11:22:39 +0200 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2015-11-03 11:46:37 +0900 |
commit | 5d929ba50a1ea69fba1a92e24fc54d484583a109 (patch) | |
tree | 08985e266bc105ea9118458224ab05f395b504ad /drivers | |
parent | 7b6bb6ed01e9f9c20c86b722c733d7219c4c55f6 (diff) | |
download | linux-stable-5d929ba50a1ea69fba1a92e24fc54d484583a109.tar.gz linux-stable-5d929ba50a1ea69fba1a92e24fc54d484583a109.tar.bz2 linux-stable-5d929ba50a1ea69fba1a92e24fc54d484583a109.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c index 265a77f5dece..3c9aa4e48f8d 100644 --- a/drivers/gpu/drm/exynos/exynos5433_drm_decon.c +++ b/drivers/gpu/drm/exynos/exynos5433_drm_decon.c @@ -448,7 +448,6 @@ static struct exynos_drm_crtc_ops decon_crtc_ops = { .commit = decon_commit, .enable_vblank = decon_enable_vblank, .disable_vblank = decon_disable_vblank, - .commit = decon_commit, .atomic_begin = decon_atomic_begin, .update_plane = decon_update_plane, .disable_plane = decon_disable_plane, |