mfd: Fix twl4030 warning
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
dc0fb25c14
commit
89f5f9f79e
@ -838,7 +838,8 @@ int twl_init_irq(int irq_num, unsigned irq_base, unsigned irq_end)
|
|||||||
goto fail_rqirq;
|
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)) {
|
if (IS_ERR(task)) {
|
||||||
pr_err("twl4030: could not create irq %d thread!\n", irq_num);
|
pr_err("twl4030: could not create irq %d thread!\n", irq_num);
|
||||||
status = PTR_ERR(task);
|
status = PTR_ERR(task);
|
||||||
|
Loading…
Reference in New Issue
Block a user