]> Git Repo - qemu.git/commit
display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()
authorChen Qun <[email protected]>
Mon, 2 Mar 2020 13:07:10 +0000 (21:07 +0800)
committerLaurent Vivier <[email protected]>
Mon, 9 Mar 2020 14:59:31 +0000 (15:59 +0100)
commit488a0ddae2de036af902f98b5b1a0c2dc0bd90b5
tree3ce9b506e72bb57d4a65358ff1699d1affa218bc
parent4e34d82eee9233d2b210391365b4b84ad78284cd
display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()

Clang static code analyzer show warning:
hw/display/exynos4210_fimd.c:1313:17: warning: Value stored to 'is_dirty' is never read
                is_dirty = false;

Reported-by: Euler Robot <[email protected]>
Signed-off-by: Chen Qun <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <20200302130715[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
hw/display/exynos4210_fimd.c
This page took 0.026624 seconds and 4 git commands to generate.