diff options
| -rw-r--r-- | drivers/clk/imx/clk-imx8mp.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/clk/imx/clk-imx8mp.c b/drivers/clk/imx/clk-imx8mp.c index ee83aa2162d9..a16af4fce044 100644 --- a/drivers/clk/imx/clk-imx8mp.c +++ b/drivers/clk/imx/clk-imx8mp.c @@ -434,6 +434,7 @@ static int imx8mp_clocks_probe(struct platform_device *pdev)  	np = of_find_compatible_node(NULL, NULL, "fsl,imx8mp-anatop");  	anatop_base = of_iomap(np, 0); +	of_node_put(np);  	if (WARN_ON(!anatop_base))  		return -ENOMEM; | 
