Skip to content

Commit

Permalink
dmaengine: s3c24xx: Fix typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxime Ripard authored and Vinod Koul committed Jan 18, 2015
1 parent a0a51a6 commit 848e10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/s3c24xx-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 848e10b

Please sign in to comment.