From: ChiHun Won Date: Tue, 19 Jun 2018 01:17:07 +0000 (+0900) Subject: fbdev: dpu20: removed unnecessary dsim dump area X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4b5fe8e39e5fef829a328725f7645eb8b09042a3;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git fbdev: dpu20: removed unnecessary dsim dump area Change-Id: Iebd69ab0b483a779bb23fdf92fd7ceefd766cfb2 Signed-off-by: ChiHun Won --- diff --git a/drivers/video/fbdev/exynos/dpu20/dsim_drv.c b/drivers/video/fbdev/exynos/dpu20/dsim_drv.c index 998f2b294e7f..93bd00e5fd46 100644 --- a/drivers/video/fbdev/exynos/dpu20/dsim_drv.c +++ b/drivers/video/fbdev/exynos/dpu20/dsim_drv.c @@ -71,8 +71,6 @@ static void __dsim_dump(struct dsim_device *dsim) dsim_reg_enable_shadow_read(dsim->id, 0); print_hex_dump(KERN_ERR, "", DUMP_PREFIX_ADDRESS, 32, 4, dsim->res.regs, 0xFC, false); - print_hex_dump(KERN_ERR, "", DUMP_PREFIX_ADDRESS, 32, 4, - dsim->res.regs + 0x200, 0x4, false); dsim_reg_enable_shadow_read(dsim->id, 1); }