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.com \
--cc=alsa-devel@alsa-project.org \
--cc=axel.lin@gmail.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=cbe-oss-dev@lists.ozlabs.org \
--cc=eric.y.miao@gmail.com \
--cc=geoff@infradead.org \
--cc=jassisinghbrar@gmail.com \
--cc=jhnikula@retiisi.org.uk \
--cc=jkosina@suse.cz \
--cc=joe@perches.com \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lethal@linux-sh.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=lrg@ti.com \
--cc=lucas.demarchi@profusion.mobi \
--cc=mcuos.com@gmail.com \
--cc=mingo@elte.hu \
--cc=perex@perex.cz \
--cc=sbkim73@samsung.com \
--cc=simon@horms.net \
--cc=tglx@linutronix.de \
--cc=tiwai@suse.de \
--cc=u.kleine-koenig@pengutronix.de \
--cc=yong.zhang0@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;
as well as URLs for NNTP newsgroup(s).