OSDN Git Service

drm/exynos: change member variable name.
authorEunchul Kim <chulspro.kim@samsung.com>
Sat, 22 Dec 2012 08:49:22 +0000 (17:49 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 4 Jan 2013 06:54:33 +0000 (15:54 +0900)
commit7259c3d6aaf2f0925c034c11a3aca7e9dad52550
tree29e607baf1f2028b2b9096ee0659001a24fc9a32
parent694be458794da6415288978c7b5f8288ae2dc5c3
drm/exynos: change member variable name.

This patch change current command name from cmd to c_node.
because we are using the member name, 'cmd', for command control ioctl in another structure.
so, this patch changes it to c_node to avoid such confusing.

Signed-off-by: Eunchul Kim <chulspro.kim@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_ipp.h
drivers/gpu/drm/exynos/exynos_drm_rotator.c