j
k
j a
j l
…
@@ -495,12 +501,17 @@ static int imx_gpc_probe(struct platform_device *pdev)
} of_node_put(pgc_node); return 0;
}
A duplicate statement can be avoided here.
ret = 0;
+err_free: of_node_put(pgc_node); return ret; }
+err_free:
Regards, Markus
Back to the thread
Back to the list