mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
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>
This commit is contained in:
parent
77f5f3e9c8
commit
7043f5fb20
1 changed files with 1 additions and 1 deletions
|
@ -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 uncondictionly,
|
||||
* Ack all the masked interrupts unconditionally,
|
||||
* OR if there is masked interrupt which hasn't been Acked,
|
||||
* it'll be ignored in irq handler, then may introduce irq storm
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue