diff options
Diffstat (limited to 'drivers/mfd/ucb1x00-core.c')
-rw-r--r-- | drivers/mfd/ucb1x00-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ucb1x00-core.c b/drivers/mfd/ucb1x00-core.c index d5966e6b5a7d..0313f839e8fa 100644 --- a/drivers/mfd/ucb1x00-core.c +++ b/drivers/mfd/ucb1x00-core.c | |||
@@ -553,6 +553,7 @@ static int ucb1x00_probe(struct mcp *mcp) | |||
553 | if (ucb->irq_base < 0) { | 553 | if (ucb->irq_base < 0) { |
554 | dev_err(&ucb->dev, "unable to allocate 16 irqs: %d\n", | 554 | dev_err(&ucb->dev, "unable to allocate 16 irqs: %d\n", |
555 | ucb->irq_base); | 555 | ucb->irq_base); |
556 | ret = ucb->irq_base; | ||
556 | goto err_irq_alloc; | 557 | goto err_irq_alloc; |
557 | } | 558 | } |
558 | 559 | ||