commit | 05afb1ac5391a65b0f7e024064ab8f56397f6559 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Thu Aug 28 11:07:33 2014 +0200 |
committer | Inki Dae <daeinki@gmail.com> | Sat Sep 20 00:56:12 2014 +0900 |
tree | 04ff991482432c71ae1df4359ba3b4a6b4c69a75 | |
parent | 22e816f87cb0c0a4e507ec7a26cb08bfeef2daa4 [diff] |
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>