fbdev: dpu20: removed unnecessary dsim dump area
authorChiHun Won <chihun.won@samsung.com>
Tue, 19 Jun 2018 01:17:07 +0000 (10:17 +0900)
committerEunyoung Lee <ey470.lee@samsung.com>
Wed, 20 Jun 2018 00:22:44 +0000 (09:22 +0900)
Change-Id: Iebd69ab0b483a779bb23fdf92fd7ceefd766cfb2
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
drivers/video/fbdev/exynos/dpu20/dsim_drv.c

index 998f2b294e7f697d014b1f30e7c21bb317addee7..93bd00e5fd46c1a825c2cca26cf5ff7bdcd1f0b3 100644 (file)
@@ -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);
 }