Merge branch 'linux-4.8' of git://github.com/skeggsb/linux into drm-next
[deliverable/linux.git] / drivers / gpu / drm / sti / sti_hqvdp.c
index 33d2f42550cc9f308b26ac8071f15df3c26f8068..b03232247966df15d0bb0c1e8ee1a694a9f0e5ec 100644 (file)
@@ -1363,6 +1363,7 @@ static int sti_hqvdp_probe(struct platform_device *pdev)
        vtg_np = of_parse_phandle(pdev->dev.of_node, "st,vtg", 0);
        if (vtg_np)
                hqvdp->vtg = of_vtg_find(vtg_np);
+       of_node_put(vtg_np);
 
        platform_set_drvdata(pdev, hqvdp);
 
This page took 0.038872 seconds and 5 git commands to generate.