Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353437
b: refs/heads/master
c: 8d61f49
h: refs/heads/master
i:
  353435: bcfdda5
v: v3
  • Loading branch information
Misael Lopez Cruz authored and Mark Brown committed Jan 11, 2013
1 parent 7019762 commit d92fb90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 57d61b9d2d7bc618b7b28a46310d9c2f086f8f51
refs/heads/master: 8d61f4901f83461e1f04df7743777e9db5f541aa
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/twl6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ static int twl6040_probe(struct snd_soc_codec *codec)
mutex_init(&priv->mutex);

ret = request_threaded_irq(priv->plug_irq, NULL, twl6040_audio_handler,
0, "twl6040_irq_plug", codec);
IRQF_NO_SUSPEND, "twl6040_irq_plug", codec);
if (ret) {
dev_err(codec->dev, "PLUG IRQ request failed: %d\n", ret);
goto plugirq_err;
Expand Down

0 comments on commit d92fb90

Please sign in to comment.