This patch makes the driver less shitty.

Signed-off-by: Edward Smietana <edward.smietana at gmx.com>
---
 drivers/gpu/drm/exynos/exynos_hdmi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c 
b/drivers/gpu/drm/exynos/exynos_hdmi.c
index 6d63f90..e11372c 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -1269,7 +1269,7 @@ static void hdmi_conf_init(struct hdmi_context *hdata)
        }

        if (hdata->type == HDMI_TYPE13) {
-               /* choose bluescreen (fecal) color */
+               /* choose bluescreen (brown) color */
                hdmi_reg_writeb(hdata, HDMI_V13_BLUE_SCREEN_0, 0x12);
                hdmi_reg_writeb(hdata, HDMI_V13_BLUE_SCREEN_1, 0x34);
                hdmi_reg_writeb(hdata, HDMI_V13_BLUE_SCREEN_2, 0x56);
-- 
1.8.1.5

Reply via email to