projects
/
GitHub
/
moto-9609
/
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:
b140ea0
)
ste_dma40: Rename a jump label in d40_log_lli_to_lcxa()
author
Markus Elfring
<elfring@users.sourceforge.net>
Sat, 17 Sep 2016 14:39:06 +0000
(16:39 +0200)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 26 Sep 2016 17:37:12 +0000
(23:07 +0530)
Adjust a jump label according to the current Linux coding style convention.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ste_dma40.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/ste_dma40.c
b/drivers/dma/ste_dma40.c
index 82314b7ff9900a506911eeea3ef58a6799a662ea..b3af3c94c0bf15e212497ddbd75ec42c615116a4 100644
(file)
--- a/
drivers/dma/ste_dma40.c
+++ b/
drivers/dma/ste_dma40.c
@@
-874,7
+874,7
@@
static void d40_log_lli_to_lcxa(struct d40_chan *chan, struct d40_desc *desc)
}
if (curr_lcla < 0)
- goto
ou
t;
+ goto
set_curren
t;
for (; lli_current < lli_len; lli_current++) {
unsigned int lcla_offset = chan->phy_chan->num * 1024 +
@@
-925,8
+925,7
@@
static void d40_log_lli_to_lcxa(struct d40_chan *chan, struct d40_desc *desc)
break;
}
}
-
-out:
+ set_current:
desc->lli_current = lli_current;
}