aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mt6397-core.c
diff options
context:
space:
mode:
authorSean Wang <sean.wang@mediatek.com>2017-03-20 14:47:27 +0800
committerLee Jones <lee.jones@linaro.org>2017-04-27 09:25:05 +0100
commit040fc9b1df118016bf5410d21feb72e9371aeb11 (patch)
treedf5d6870a0d7e295cefdaacd1df55f507a3970f1 /drivers/mfd/mt6397-core.c
parentdt-bindings: mfd: Add the description for LED as the sub module (diff)
downloadlinux-dev-040fc9b1df118016bf5410d21feb72e9371aeb11.tar.xz
linux-dev-040fc9b1df118016bf5410d21feb72e9371aeb11.zip
mfd: mt6397: Align the placement at which the mfd_cell of LED is defined
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>
Diffstat (limited to 'drivers/mfd/mt6397-core.c')
-rw-r--r--drivers/mfd/mt6397-core.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c
index 8e601c846d08..04a601f6aebe 100644
--- 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"
},