diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-21 21:09:00 -0700 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2016-05-25 13:25:18 +0900 |
commit | 8b449a6639c6bee1a97c0eba2ab142a7c471d9b1 (patch) | |
tree | 43bdc0b334dac000427efcd109c900807bbf96ac /drivers/video/exynos/exynos_dp_lowlevel.h | |
parent | 21f8f9bb084e276c490454c401fc23dc42c536bc (diff) | |
download | u-boot-8b449a6639c6bee1a97c0eba2ab142a7c471d9b1.tar.gz |
exynos: video: Rename variables for driver model
Use 'priv' for a private pointer and 'regs' for a register pointer.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'drivers/video/exynos/exynos_dp_lowlevel.h')
-rw-r--r-- | drivers/video/exynos/exynos_dp_lowlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_dp_lowlevel.h b/drivers/video/exynos/exynos_dp_lowlevel.h index 0a7657ed70..e4c867eef0 100644 --- a/drivers/video/exynos/exynos_dp_lowlevel.h +++ b/drivers/video/exynos/exynos_dp_lowlevel.h @@ -74,7 +74,7 @@ void exynos_dp_config_video_slave_mode(struct exynos_dp *dp_regs, void exynos_dp_set_video_color_format(struct exynos_dp *dp_regs, struct edp_video_info *video_info); int exynos_dp_config_video_bist(struct exynos_dp *dp_regs, - struct exynos_dp_priv *edp_info); + struct exynos_dp_priv *priv); unsigned int exynos_dp_is_slave_video_stream_clock_on( struct exynos_dp *dp_regs); void exynos_dp_set_video_cr_mn(struct exynos_dp *dp_regs, unsigned int type, |