aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/exynos/exynos_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
index bbfc3840080c..7e99853f1e18 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -2082,7 +2082,7 @@ static int hdmi_remove(struct platform_device *pdev)
2082 2082
2083 pm_runtime_disable(dev); 2083 pm_runtime_disable(dev);
2084 2084
2085 free_irq(hdata->irq, hdata); 2085 free_irq(hdata->irq, ctx);
2086 2086
2087 2087
2088 /* hdmiphy i2c driver */ 2088 /* hdmiphy i2c driver */