Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176056
b: refs/heads/master
c: 89f5f9f
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Samuel Ortiz committed Dec 13, 2009
1 parent cb212f2 commit a330dec
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: dc0fb25c14e37f2ab843c2901743222f2be7f447
refs/heads/master: 89f5f9f79e5b3caae3e39832774f0f909c18ec5e
3 changes: 2 additions & 1 deletion trunk/drivers/mfd/twl4030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,8 @@ int twl_init_irq(int irq_num, unsigned irq_base, unsigned irq_end)
goto fail_rqirq;
}

task = kthread_run(twl4030_irq_thread, (void *)irq_num, "twl4030-irq");
task = kthread_run(twl4030_irq_thread, (void *)(long)irq_num,
"twl4030-irq");
if (IS_ERR(task)) {
pr_err("twl4030: could not create irq %d thread!\n", irq_num);
status = PTR_ERR(task);
Expand Down

0 comments on commit a330dec

Please sign in to comment.