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

Commit 9887e2d9 authored by Inki Dae's avatar Inki Dae Committed by Inki Dae
Browse files

drm/exynos: vidi: fix build warning



encoder object isn't used anymore so remove it.

Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent d9aaf757
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -630,7 +630,6 @@ static int vidi_remove(struct platform_device *pdev)
{
	struct exynos_drm_manager *mgr = platform_get_drvdata(pdev);
	struct vidi_context *ctx = mgr->ctx;
	struct drm_encoder *encoder = ctx->encoder;

	if (ctx->raw_edid != (struct edid *)fake_edid_info) {
		kfree(ctx->raw_edid);