1
0
Fork 0

dmaengine: s3c24xx: Fix typo

A typo has been introduced in the spin_unlock_irqrestore function. Fix it.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
hifive-unleashed-5.1
Maxime Ripard 2015-01-13 21:16:23 +01:00 committed by Vinod Koul
parent a0a51a64f6
commit 848e10bb52
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ static int s3c24xx_dma_set_runtime_config(struct dma_chan *chan,
s3cchan->cfg = *config;
out:
spin_lock_irqrestore(&s3cchan->vc.lock, flags);
spin_unlock_irqrestore(&s3cchan->vc.lock, flags);
return ret;
}