Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Maxime Ripard and committed by
Vinod Koul
848e10bb a0a51a64

+1 -1
+1 -1
drivers/dma/s3c24xx-dma.c
··· 406 406 s3cchan->cfg = *config; 407 407 408 408 out: 409 - spin_lock_irqrestore(&s3cchan->vc.lock, flags); 409 + spin_unlock_irqrestore(&s3cchan->vc.lock, flags); 410 410 return ret; 411 411 } 412 412