diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-05-19 12:35:29 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-06-03 03:11:45 -0400 |
commit | d1cb4cc9051110a0d4f6261e2e8e90398166a4c5 (patch) | |
tree | 2dc4d7350b93aa31de35b742c73bb2e681d89519 /drivers/mfd | |
parent | bcc36b40dbba0f9a48af5b19a2f61d972f131bfa (diff) |
mfd: arizona: Correct error message for addition of main IRQ chip
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/arizona-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/arizona-irq.c b/drivers/mfd/arizona-irq.c index 88758ab9402b..17102f589100 100644 --- a/drivers/mfd/arizona-irq.c +++ b/drivers/mfd/arizona-irq.c | |||
@@ -285,7 +285,7 @@ int arizona_irq_init(struct arizona *arizona) | |||
285 | IRQF_ONESHOT, -1, irq, | 285 | IRQF_ONESHOT, -1, irq, |
286 | &arizona->irq_chip); | 286 | &arizona->irq_chip); |
287 | if (ret != 0) { | 287 | if (ret != 0) { |
288 | dev_err(arizona->dev, "Failed to add AOD IRQs: %d\n", ret); | 288 | dev_err(arizona->dev, "Failed to add main IRQs: %d\n", ret); |
289 | goto err_aod; | 289 | goto err_aod; |
290 | } | 290 | } |
291 | 291 | ||