projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f5f3e
)
regmap: irq: Fixed a typo error
author
dashsriram
<dash.sriram@gmail.com>
Tue, 26 May 2015 19:25:13 +0000
(
00:55
+0530)
committer
Mark Brown
<broonie@kernel.org>
Tue, 2 Jun 2015 20:04:33 +0000
(21:04 +0100)
Fixed a typo error in the file
Signed-off-by: Sriram Dash <dash.sriram@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-irq.c
patch
|
blob
|
history
diff --git
a/drivers/base/regmap/regmap-irq.c
b/drivers/base/regmap/regmap-irq.c
index
e7273bb
..
956e125
100644
(file)
--- a/
drivers/base/regmap/regmap-irq.c
+++ b/
drivers/base/regmap/regmap-irq.c
@@
-109,7
+109,7
@@
static void regmap_irq_sync_unlock(struct irq_data *data)
if (!d->chip->init_ack_masked)
continue;
/*
- * Ack all the masked interrupts uncondi
ction
ly,
+ * Ack all the masked interrupts uncondi
tional
ly,
* OR if there is masked interrupt which hasn't been Acked,
* it'll be ignored in irq handler, then may introduce irq storm
*/