From: slemieux.tyco@gmail.com (Sylvain Lemieux (gmail))
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: nxp: clk-lpc32xx: Unmap region obtained by of_iomap
Date: Wed, 21 Sep 2016 13:41:07 -0400 [thread overview]
Message-ID: <1474479667.13453.0.camel@localhost> (raw)
In-Reply-To: <162fe71f-e190-3511-6b06-35efdbc8573f@mleia.com>
On Wed, 2016-09-21 at 13:17 +0300, Vladimir Zapolskiy wrote:
> On 20.09.2016 13:54, Arvind Yadav wrote:
> > From: Arvind Yadav <arvind.yadav.cs@gmail.com>
> >
> > Free memory mapping, if lpc32xx_clk_init is not successful.
> >
> > Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
> > ---
> > 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@mleia.com>
>
> Thank you for the patch.
>
Acked-by: Sylvain Lemieux <slemieux.tyco@gmail.com>
> --
> With best wishes,
> Vladimir
>
>
next prev parent reply other threads:[~2016-09-21 17:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1474368846-15916-1-git-send-email-arvind.yadav.cs@gmail.com>
2016-09-21 10:17 ` [PATCH] clk: nxp: clk-lpc32xx: Unmap region obtained by of_iomap Vladimir Zapolskiy
2016-09-21 17:41 ` Sylvain Lemieux (gmail) [this message]
2016-09-21 21:24 ` Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1474479667.13453.0.camel@localhost \
--to=slemieux.tyco@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).