]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: remove unnecessary type conversion of hdmi and mixer
authorJoonyoung Shim <jy0922.shim@samsung.com>
Thu, 5 Apr 2012 11:49:22 +0000 (20:49 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 12 Apr 2012 05:51:16 +0000 (14:51 +0900)
commitafe7357a9f1067196b8f27d0c3666548bd064e73
treee611a15e167289b1496eefb612a7afeec9afebb3
parent4668e9ba3827366fc08ed0c9b666a0590d6089d8
drm/exynos: remove unnecessary type conversion of hdmi and mixer

When the void pointer type variable is assigned to the specific pointer
type variable, don't need to do type conversion.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c
drivers/gpu/drm/exynos/exynos_mixer.c