drm/exynos: vidi: fix build warning
encoder object isn't used anymore so remove it. Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
Родитель
d9aaf75762
Коммит
9887e2d9da
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче