projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a51a6
)
dmaengine: s3c24xx: Fix typo
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Tue, 13 Jan 2015 20:16:23 +0000
(21:16 +0100)
committer
Vinod Koul
<vinod.koul@intel.com>
Sun, 18 Jan 2015 14:31:15 +0000
(20:01 +0530)
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>
drivers/dma/s3c24xx-dma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/s3c24xx-dma.c
b/drivers/dma/s3c24xx-dma.c
index 231f76acebde593f2a047ed3c597b747a4543e26..4d5a84815ba7bdd63379c97b189ddd14f5003964 100644
(file)
--- a/
drivers/dma/s3c24xx-dma.c
+++ b/
drivers/dma/s3c24xx-dma.c
@@
-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_
un
lock_irqrestore(&s3cchan->vc.lock, flags);
return ret;
}