projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4816bd1
)
mfd: arizona: Clarify error message for failed primary IRQ request
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 19 Mar 2013 09:51:14 +0000
(09:51 +0000)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 8 Apr 2013 13:20:57 +0000
(15:20 +0200)
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>
drivers/mfd/arizona-irq.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/arizona-irq.c
b/drivers/mfd/arizona-irq.c
index
846262c
..
0aa39e2
100644
(file)
--- a/
drivers/mfd/arizona-irq.c
+++ b/
drivers/mfd/arizona-irq.c
@@
-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;
}