public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: peter.ujfalusi@ti.com (Péter Ujfalusi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 60/62] sound: irq: Remove IRQF_DISABLED
Date: Wed, 07 Sep 2011 11:36:33 +0300	[thread overview]
Message-ID: <4946313.Ptpr0aqkpm@barack> (raw)
In-Reply-To: <1315383059-3673-61-git-send-email-yong.zhang0@gmail.com>

On Wednesday 07 September 2011 16:10:57 Yong Zhang wrote:
> This flag is a NOOP and can be removed now.
> 
> Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>

...

>  sound/soc/codecs/tlv320dac33.c     |    2 +-

..

> diff --git a/sound/soc/codecs/tlv320dac33.c b/sound/soc/codecs/tlv320dac33.c
> index faa5e9f..243d177 100644
> --- a/sound/soc/codecs/tlv320dac33.c
> +++ b/sound/soc/codecs/tlv320dac33.c
> @@ -1431,7 +1431,7 @@ static int dac33_soc_probe(struct snd_soc_codec
> *codec) /* Check if the IRQ number is valid and request it */
>  	if (dac33->irq >= 0) {
>  		ret = request_irq(dac33->irq, dac33_interrupt_handler,
> -				  IRQF_TRIGGER_RISING | IRQF_DISABLED,
> +				  IRQF_TRIGGER_RISING,
>  				  codec->name, codec);
>  		if (ret < 0) {
>  			dev_err(codec->dev, "Could not request IRQ%d (%d)\n",

Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

  reply	other threads:[~2011-09-07  8:36 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1315383059-3673-1-git-send-email-yong.zhang0@gmail.com>
2011-09-07  8:10 ` [PATCH 27/62] [SCSI] irq: Remove IRQF_DISABLED Yong Zhang
2011-09-07  8:10 ` [PATCH 33/62] dmaengine: " Yong Zhang
2011-09-07 15:02   ` Vinod Koul
2011-09-11 21:38   ` Linus Walleij
2011-09-07  8:10 ` [PATCH 36/62] i2c: " Yong Zhang
2011-09-09  7:59   ` Wolfram Sang
2011-09-11 21:36   ` Linus Walleij
2011-09-19  8:44   ` Barry Song
2011-09-07  8:10 ` [PATCH 38/62] Input: " Yong Zhang
2011-09-07 23:21   ` Dmitry Torokhov
2011-09-07  8:10 ` [PATCH 52/62] rtc: " Yong Zhang
2011-09-11 21:38   ` Linus Walleij
2011-09-07  8:10 ` [PATCH 55/62] USB: " Yong Zhang
2011-09-07  8:10 ` [PATCH 56/62] video: " Yong Zhang
2011-09-07  8:10 ` [PATCH 58/62] watchdog: " Yong Zhang
2011-09-09  8:01   ` Wolfram Sang
2011-09-11 21:37   ` Linus Walleij
2011-09-07  8:10 ` [PATCH 60/62] sound: " Yong Zhang
2011-09-07  8:36   ` Péter Ujfalusi [this message]
2011-09-07 17:12   ` Mark Brown

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=4946313.Ptpr0aqkpm@barack \
    --to=peter.ujfalusi@ti.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