On Wed, 2016-09-21 at 13:17 +0300, Vladimir Zapolskiy wrote: > On 20.09.2016 13:54, Arvind Yadav wrote: > > From: Arvind Yadav <[email protected]> > > > > Free memory mapping, if lpc32xx_clk_init is not successful. > > > > Signed-off-by: Arvind Yadav <[email protected]> > > --- > > 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 <[email protected]> > > Thank you for the patch. > Acked-by: Sylvain Lemieux <[email protected]>
> -- > With best wishes, > Vladimir > >

