Commit 7043f5fb authored by dashsriram's avatar dashsriram Committed by Mark Brown

regmap: irq: Fixed a typo error

Fixed a typo error in the file
Signed-off-by: default avatarSriram Dash <dash.sriram@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 77f5f3e9
...@@ -109,7 +109,7 @@ static void regmap_irq_sync_unlock(struct irq_data *data) ...@@ -109,7 +109,7 @@ static void regmap_irq_sync_unlock(struct irq_data *data)
if (!d->chip->init_ack_masked) if (!d->chip->init_ack_masked)
continue; continue;
/* /*
* Ack all the masked interrupts uncondictionly, * Ack all the masked interrupts unconditionally,
* OR if there is masked interrupt which hasn't been Acked, * OR if there is masked interrupt which hasn't been Acked,
* it'll be ignored in irq handler, then may introduce irq storm * it'll be ignored in irq handler, then may introduce irq storm
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment