We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855f652 commit d742000Copy full SHA for d742000
drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -1907,6 +1907,8 @@ static int hdmi_probe(struct platform_device *pdev)
1907
err_hdmiphy:
1908
if (hdata->hdmiphy_port)
1909
put_device(&hdata->hdmiphy_port->dev);
1910
+ if (hdata->regs_hdmiphy)
1911
+ iounmap(hdata->regs_hdmiphy);
1912
err_ddc:
1913
put_device(&hdata->ddc_adpt->dev);
1914
@@ -1929,6 +1931,9 @@ static int hdmi_remove(struct platform_device *pdev)
1929
1931
1930
1932
1933
1934
1935
1936
+
1937
1938
1939
return 0;
0 commit comments