Merge remote-tracking branch 'asoc/fix/max98090' into asoc-linus

This commit is contained in:
Mark Brown 2013-05-28 15:41:36 +01:00
Родитель 72322e6362 3d15aacbb8
Коммит 9f1b2556c5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2233,7 +2233,7 @@ static int max98090_probe(struct snd_soc_codec *codec)
dev_dbg(codec->dev, "irq = %d\n", max98090->irq);
ret = request_threaded_irq(max98090->irq, NULL,
max98090_interrupt, IRQF_TRIGGER_FALLING,
max98090_interrupt, IRQF_TRIGGER_FALLING | IRQF_ONESHOT,
"max98090_interrupt", codec);
if (ret < 0) {
dev_err(codec->dev, "request_irq failed: %d\n",