[Cbe-oss-dev] [PATCH 60/62] sound: irq: Remove IRQF_DISABLED
Péter Ujfalusi
peter.ujfalusi at ti.com
Wed Sep 7 18:44:25 EST 2011
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 at 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 at ti.com>
More information about the cbe-oss-dev
mailing list