Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13a32eb0 authored by Eunchul Kim's avatar Eunchul Kim Committed by Inki Dae
Browse files

drm/exynos: remove needless parenthesis.



This patch removes needless parenthesis.
This was pointed out but in case of fimc side. we missed it.

Signed-off-by: default avatarEunchul Kim <chulspro.kim@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent e39d5ce1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1212,7 +1212,7 @@ static int fimc_dst_set_buf_seq(struct fimc_context *ctx, u32 buf_id,
	}

	/* sequence id */
	cfg &= (~mask);
	cfg &= ~mask;
	cfg |= (enable << buf_id);
	fimc_write(cfg, EXYNOS_CIFCNTSEQ);