Merge remote-tracking branch 'asoc/fix/max98090' into asoc-linus
This commit is contained in:
commit
9f1b2556c5
1 changed files with 1 additions and 1 deletions
|
@ -2233,7 +2233,7 @@ static int max98090_probe(struct snd_soc_codec *codec)
|
||||||
dev_dbg(codec->dev, "irq = %d\n", max98090->irq);
|
dev_dbg(codec->dev, "irq = %d\n", max98090->irq);
|
||||||
|
|
||||||
ret = request_threaded_irq(max98090->irq, NULL,
|
ret = request_threaded_irq(max98090->irq, NULL,
|
||||||
max98090_interrupt, IRQF_TRIGGER_FALLING,
|
max98090_interrupt, IRQF_TRIGGER_FALLING | IRQF_ONESHOT,
|
||||||
"max98090_interrupt", codec);
|
"max98090_interrupt", codec);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
dev_err(codec->dev, "request_irq failed: %d\n",
|
dev_err(codec->dev, "request_irq failed: %d\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue