From: "Péter Ujfalusi" <peter.ujfalusi@ti•com>
To: Yong Zhang <yong.zhang0@gmail•com>
Cc: alsa-devel@alsa-project•org,
"Kuninori Morimoto" <kuninori.morimoto.gx@renesas•com>,
"Takashi Iwai" <tiwai@suse•de>,
"Jaroslav Kysela" <perex@perex•cz>,
"Russell King" <linux@arm•linux.org.uk>,
"Jassi Brar" <jassisinghbrar@gmail•com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix•de>,
"Axel Lin" <axel.lin@gmail•com>, "Liam Girdwood" <lrg@ti•com>,
cbe-oss-dev@lists•ozlabs.org,
"Wan ZongShun" <mcuos.com@gmail•com>,
"Lucas De Marchi" <lucas.demarchi@profusion•mobi>,
tglx@linutronix•de, "Jarkko Nikula" <jhnikula@retiisi•org.uk>,
mingo@elte•hu, linux-arm-kernel@lists•infradead.org,
"Eric Miao" <eric.y.miao@gmail•com>,
"Sangbeom Kim" <sbkim73@samsung•com>,
"Jiri Kosina" <jkosina@suse•cz>,
"Mark Brown" <broonie@opensource•wolfsonmicro.com>,
linux-kernel@vger•kernel.org,
"Geoff Levand" <geoff@infradead•org>,
"Paul Mundt" <lethal@linux-sh•org>,
"Simon Horman" <simon@horms•net>, "Joe Perches" <joe@perches•com>,
linuxppc-dev@lists•ozlabs.org
Subject: Re: [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>
next prev parent reply other threads:[~2011-09-07 8:36 UTC|newest]
Thread overview: 19+ 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 17/62] powerpc: irq: Remove IRQF_DISABLED Yong Zhang
2011-09-08 16:41 ` Arnd Bergmann
2011-09-07 8:10 ` [PATCH 45/62] net: " Yong Zhang
2011-09-07 17:13 ` David Miller
2011-09-07 17:32 ` Thomas Gleixner
2011-09-07 17:52 ` David Miller
2011-09-07 18:03 ` Thomas Gleixner
2011-09-08 13:41 ` Yong Zhang
2011-09-07 8:10 ` [PATCH 51/62] powerpc/ps3: " Yong Zhang
2011-09-07 17:04 ` Geoff Levand
2011-09-07 8:10 ` [PATCH 54/62] TTY: " Yong Zhang
2011-09-09 9:49 ` Tobias Klauser
2011-09-22 23:04 ` Greg KH
2011-09-22 23:08 ` Greg KH
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 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$(echo .)com \
--cc=alsa-devel@alsa-project$(echo .)org \
--cc=axel.lin@gmail$(echo .)com \
--cc=broonie@opensource$(echo .)wolfsonmicro.com \
--cc=cbe-oss-dev@lists$(echo .)ozlabs.org \
--cc=eric.y.miao@gmail$(echo .)com \
--cc=geoff@infradead$(echo .)org \
--cc=jassisinghbrar@gmail$(echo .)com \
--cc=jhnikula@retiisi$(echo .)org.uk \
--cc=jkosina@suse$(echo .)cz \
--cc=joe@perches$(echo .)com \
--cc=kuninori.morimoto.gx@renesas$(echo .)com \
--cc=lethal@linux-sh$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux@arm$(echo .)linux.org.uk \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=lrg@ti$(echo .)com \
--cc=lucas.demarchi@profusion$(echo .)mobi \
--cc=mcuos.com@gmail$(echo .)com \
--cc=mingo@elte$(echo .)hu \
--cc=perex@perex$(echo .)cz \
--cc=sbkim73@samsung$(echo .)com \
--cc=simon@horms$(echo .)net \
--cc=tglx@linutronix$(echo .)de \
--cc=tiwai@suse$(echo .)de \
--cc=u.kleine-koenig@pengutronix$(echo .)de \
--cc=yong.zhang0@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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