Merge tag 'v4.8-rc3' into for-next
[deliverable/linux.git] / drivers / gpu / drm / sti / sti_dvo.c
index ec3108074350dfbc434afeb51a7a5c02e4e931f6..00881eb4536e85f3cc196c0389f34cfff98716a6 100644 (file)
@@ -580,6 +580,7 @@ static int sti_dvo_probe(struct platform_device *pdev)
        dvo->panel_node = of_parse_phandle(np, "sti,panel", 0);
        if (!dvo->panel_node)
                DRM_ERROR("No panel associated to the dvo output\n");
+       of_node_put(dvo->panel_node);
 
        platform_set_drvdata(pdev, dvo);
 
This page took 0.026279 seconds and 5 git commands to generate.