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:
74772a3
)
mfd: mt6397: Align the placement at which the mfd_cell of LED is defined
author
Sean Wang
<sean.wang@mediatek.com>
Mon, 20 Mar 2017 06:47:27 +0000
(14:47 +0800)
committer
Lee Jones
<lee.jones@linaro.org>
Thu, 27 Apr 2017 08:25:05 +0000
(09:25 +0100)
Align the placement as which the mfd_cell of LED is defined as the other
members done on the structure.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/mt6397-core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/mt6397-core.c
b/drivers/mfd/mt6397-core.c
index 8e601c846d08d683c325db95730709572dd18220..04a601f6aebe500d5491acfbbb4c68d7b56b9a73 100644
(file)
--- a/
drivers/mfd/mt6397-core.c
+++ b/
drivers/mfd/mt6397-core.c
@@
-47,8
+47,7
@@
static const struct mfd_cell mt6323_devs[] = {
{
.name = "mt6323-regulator",
.of_compatible = "mediatek,mt6323-regulator"
- },
- {
+ }, {
.name = "mt6323-led",
.of_compatible = "mediatek,mt6323-led"
},