diff options
author | dashsriram <dash.sriram@gmail.com> | 2015-05-26 15:25:13 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-02 16:04:33 -0400 |
commit | 7043f5fb20b564f547d187f58725dbe75b942535 (patch) | |
tree | 488bd6f402365041b7f16ca8117d24bb5f16fa46 | |
parent | 77f5f3e9c86dc4604366a567819cc3ec4bdb4400 (diff) |
regmap: irq: Fixed a typo error
Fixed a typo error in the file
Signed-off-by: Sriram Dash <dash.sriram@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/base/regmap/regmap-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/regmap/regmap-irq.c b/drivers/base/regmap/regmap-irq.c index e7273bb890be..956e125c4680 100644 --- 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) | |||
109 | if (!d->chip->init_ack_masked) | 109 | if (!d->chip->init_ack_masked) |
110 | continue; | 110 | continue; |
111 | /* | 111 | /* |
112 | * Ack all the masked interrupts uncondictionly, | 112 | * Ack all the masked interrupts unconditionally, |
113 | * OR if there is masked interrupt which hasn't been Acked, | 113 | * OR if there is masked interrupt which hasn't been Acked, |
114 | * it'll be ignored in irq handler, then may introduce irq storm | 114 | * it'll be ignored in irq handler, then may introduce irq storm |
115 | */ | 115 | */ |