From: hwangjae lee Date: Thu, 6 Dec 2018 07:57:22 +0000 (+0900) Subject: [Robusta2] fbdev: dpu: unnecessary sequence is removed X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d8b7154c8eae4ac1a8127e0ccc9c337f5d9f7ef8;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [Robusta2] fbdev: dpu: unnecessary sequence is removed Change-Id: I118aa7325d1741150a48a4d6257534f5beafd9a6 Signed-off-by: hwangjae lee --- diff --git a/drivers/video/fbdev/exynos/dpu20/dsim_drv.c b/drivers/video/fbdev/exynos/dpu20/dsim_drv.c index 18e25d8b1aa2..db7fe6c84f43 100755 --- a/drivers/video/fbdev/exynos/dpu20/dsim_drv.c +++ b/drivers/video/fbdev/exynos/dpu20/dsim_drv.c @@ -958,7 +958,6 @@ static int dsim_disable(struct dsim_device *dsim) } #if defined(CONFIG_EXYNOS_PANEL_INIT_LPDT) - dsim_reg_set_hs_clock(dsim->id, 0); dsim_reg_set_cmd_transfer_mode(dsim->id, 1); #endif dsim_info("dsim-%d %s +\n", dsim->id, __func__);