Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336031
b: refs/heads/master
c: 8b41669
h: refs/heads/master
i:
  336029: 7093562
  336027: dd7394e
  336023: 6ad4ebd
  336015: f81dd04
  335999: 7aaa5b1
v: v3
  • Loading branch information
Kalle Jokiniemi authored and Samuel Ortiz committed Nov 21, 2012
1 parent 2270618 commit b906bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 46b9d13aaec19dfbd5882a999e8ed85fc97a751e
refs/heads/master: 8b41669ceba0c2d4c09d69ccb9a3458953dae784
3 changes: 2 additions & 1 deletion trunk/drivers/mfd/twl4030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,8 @@ int twl4030_sih_setup(struct device *dev, int module, int irq_base)
irq = sih_mod + twl4030_irq_base;
irq_set_handler_data(irq, agent);
agent->irq_name = kasprintf(GFP_KERNEL, "twl4030_%s", sih->name);
status = request_threaded_irq(irq, NULL, handle_twl4030_sih, 0,
status = request_threaded_irq(irq, NULL, handle_twl4030_sih,
IRQF_EARLY_RESUME,
agent->irq_name ?: sih->name, NULL);

dev_info(dev, "%s (irq %d) chaining IRQs %d..%d\n", sih->name,
Expand Down

0 comments on commit b906bbe

Please sign in to comment.