From: Samuel Ortiz <sameo@linux.intel.com>
To: Axel Lin <axel.lin@gmail.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Kyungmin Park <kyungmin.park@samsung.com>,
Joonyoung Shim <jy0922.shim@samsung.com>
Subject: Re: [PATCH] mfd: Add free max8998->ono irq in max8998_irq_exit()
Date: Fri, 22 Oct 2010 01:00:40 +0200 [thread overview]
Message-ID: <20101021230039.GG11685@sortiz-mobl> (raw)
In-Reply-To: <1287565796.7849.6.camel@mola>
Hi Axel,
On Wed, Oct 20, 2010 at 05:09:56PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
Patch applied, many thanks.
Cheers,
Samuel.
> ---
> drivers/mfd/max8998-irq.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mfd/max8998-irq.c b/drivers/mfd/max8998-irq.c
> index 346fd29..45bfe77 100644
> --- a/drivers/mfd/max8998-irq.c
> +++ b/drivers/mfd/max8998-irq.c
> @@ -250,6 +250,9 @@ int max8998_irq_init(struct max8998_dev *max8998)
>
> void max8998_irq_exit(struct max8998_dev *max8998)
> {
> + if (max8998->ono)
> + free_irq(max8998->ono, max8998);
> +
> if (max8998->irq)
> free_irq(max8998->irq, max8998);
> }
> --
> 1.7.2
>
>
>
--
Intel Open Source Technology Centre
http://oss.intel.com/
prev parent reply other threads:[~2010-10-21 23:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-20 9:09 [PATCH] mfd: Add free max8998->ono irq in max8998_irq_exit() Axel Lin
2010-10-21 23:00 ` Samuel Ortiz [this message]
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=20101021230039.GG11685@sortiz-mobl \
--to=sameo@linux.intel.com \
--cc=axel.lin@gmail.com \
--cc=jy0922.shim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.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