Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329980
b: refs/heads/master
c: 09e0906
h: refs/heads/master
v: v3
  • Loading branch information
Fengguang Wu authored and Samuel Ortiz committed Sep 19, 2012
1 parent 90ff909 commit c00b4e3
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: 5016498408de41bc4da5c79055c5698768916ec8
refs/heads/master: 09e09069f2564af7c2b1beac46e6e439d4ab61cf
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/twl6040-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ static int __devinit twl6040_probe(struct i2c_client *client,
goto irq_init_err;

ret = request_threaded_irq(twl6040->irq_base + TWL6040_IRQ_READY,
NULL, twl6040_naudint_handler, 0,
NULL, twl6040_naudint_handler, IRQF_ONESHOT,
"twl6040_irq_ready", twl6040);
if (ret) {
dev_err(twl6040->dev, "READY IRQ request failed: %d\n",
Expand Down

0 comments on commit c00b4e3

Please sign in to comment.