From: Chanwoo Choi <cw00.choi@samsung.com>
To: Saurabh Sengar <saurabh.truth@gmail.com>,
myungjoo.ham@samsung.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] extcon: rt8973: Add IRQF_ONESHOT to interrupt flags
Date: Fri, 27 Nov 2015 11:47:08 +0900 [thread overview]
Message-ID: <5657C42C.7090703@samsung.com> (raw)
In-Reply-To: <1448474471-11031-1-git-send-email-saurabh.truth@gmail.com>
On 2015년 11월 26일 03:01, Saurabh Sengar wrote:
> Add IRQF_ONESHOT if no primary handler is provided for request threaded
> irq
>
> Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com>
> ---
> drivers/extcon/extcon-rt8973a.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/extcon/extcon-rt8973a.c b/drivers/extcon/extcon-rt8973a.c
> index 36bf1d6..e1bb8280 100644
> --- a/drivers/extcon/extcon-rt8973a.c
> +++ b/drivers/extcon/extcon-rt8973a.c
> @@ -603,7 +603,7 @@ static int rt8973a_muic_i2c_probe(struct i2c_client *i2c,
>
> ret = devm_request_threaded_irq(info->dev, virq, NULL,
> rt8973a_muic_irq_handler,
> - IRQF_NO_SUSPEND,
> + IRQF_NO_SUSPEND | IRQF_ONESHOT,
> muic_irq->name, info);
> if (ret) {
> dev_err(info->dev,
>
Applied it.
Thanks,
Chanwoo Choi
prev parent reply other threads:[~2015-11-27 2:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-25 18:01 [PATCH] extcon: rt8973: Add IRQF_ONESHOT to interrupt flags Saurabh Sengar
2015-11-27 2:47 ` Chanwoo Choi [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=5657C42C.7090703@samsung.com \
--to=cw00.choi@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
--cc=saurabh.truth@gmail.com \
/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