]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/ipp: replace work_struct casting with better constructs
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 28 Aug 2014 09:07:33 +0000 (11:07 +0200)
committerInki Dae <daeinki@gmail.com>
Fri, 19 Sep 2014 15:56:12 +0000 (00:56 +0900)
commitb93a28b2ea843f987185e7953563c6ed1d32a345
tree04ff991482432c71ae1df4359ba3b4a6b4c69a75
parent4ef178ea3047018ec35145f961a60ab7e552513b
drm/exynos/ipp: replace work_struct casting with better constructs

Type casting should be avoided if possible. In case of
work_struct it can be simply replaced by reference to member field.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimc.c
drivers/gpu/drm/exynos/exynos_drm_gsc.c
drivers/gpu/drm/exynos/exynos_drm_ipp.c
drivers/gpu/drm/exynos/exynos_drm_rotator.c