diff options
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/ab8500-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 6788064ed899..aaff683cd37d 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c | |||
@@ -491,7 +491,7 @@ static int ab8500_handle_hierarchical_line(struct ab8500 *ab8500, | |||
491 | if (line == AB8540_INT_GPIO43F || line == AB8540_INT_GPIO44F) | 491 | if (line == AB8540_INT_GPIO43F || line == AB8540_INT_GPIO44F) |
492 | line += 1; | 492 | line += 1; |
493 | 493 | ||
494 | handle_nested_irq(ab8500->irq_base + line); | 494 | handle_nested_irq(irq_create_mapping(ab8500->domain, line)); |
495 | } | 495 | } |
496 | 496 | ||
497 | return 0; | 497 | return 0; |