Re: [PATCH] clk: nxp: clk-lpc32xx: Unmap region obtained by of_iomap

From: Vladimir Zapolskiy
Date: Wed Sep 21 2016 - 06:17:52 EST


On 20.09.2016 13:54, Arvind Yadav wrote:
> From: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
>
> Free memory mapping, if lpc32xx_clk_init is not successful.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
> ---
> drivers/clk/nxp/clk-lpc32xx.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clk/nxp/clk-lpc32xx.c b/drivers/clk/nxp/clk-lpc32xx.c
> index 90d740a..34c9735 100644
> --- a/drivers/clk/nxp/clk-lpc32xx.c
> +++ b/drivers/clk/nxp/clk-lpc32xx.c
> @@ -1513,6 +1513,7 @@ static void __init lpc32xx_clk_init(struct device_node *np)
> if (IS_ERR(clk_regmap)) {
> pr_err("failed to regmap system control block: %ld\n",
> PTR_ERR(clk_regmap));
> + iounmap(base);
> return;
> }
>
>

Acked-by: Vladimir Zapolskiy <vz@xxxxxxxxx>

Thank you for the patch.

--
With best wishes,
Vladimir