diff options
| -rw-r--r-- | drivers/clk/imx/clk-imx8mn.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/clk/imx/clk-imx8mn.c b/drivers/clk/imx/clk-imx8mn.c index 6f4547fec368..67b826d7184b 100644 --- a/drivers/clk/imx/clk-imx8mn.c +++ b/drivers/clk/imx/clk-imx8mn.c @@ -317,6 +317,7 @@ static int imx8mn_clocks_probe(struct platform_device *pdev)  	np = of_find_compatible_node(NULL, NULL, "fsl,imx8mn-anatop");  	base = of_iomap(np, 0); +	of_node_put(np);  	if (WARN_ON(!base)) {  		ret = -ENOMEM;  		goto unregister_hws; | 
