Skip to content

Commit

Permalink
mfd: arizona: Clarify error message for failed primary IRQ request
Browse files Browse the repository at this point in the history
regmap has a very similar looking error, help identify where the error
comes from by changing the error message.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Apr 8, 2013
1 parent 4816bd1 commit 7994c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/arizona-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int arizona_irq_init(struct arizona *arizona)
flags, "arizona", arizona);

if (ret != 0) {
dev_err(arizona->dev, "Failed to request IRQ %d: %d\n",
dev_err(arizona->dev, "Failed to request primary IRQ %d: %d\n",
arizona->irq, ret);
goto err_main_irq;
}
Expand Down

0 comments on commit 7994c66

Please sign in to comment.