diff options
author | Sean Wang <sean.wang@mediatek.com> | 2017-03-20 14:47:27 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-04-27 09:25:05 +0100 |
commit | 040fc9b1df118016bf5410d21feb72e9371aeb11 (patch) | |
tree | df5d6870a0d7e295cefdaacd1df55f507a3970f1 /drivers/mfd | |
parent | 74772a300a2af09a1a94d5658e586f670bdca402 (diff) | |
download | linux-040fc9b1df118016bf5410d21feb72e9371aeb11.tar.gz linux-040fc9b1df118016bf5410d21feb72e9371aeb11.tar.bz2 linux-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')
-rw-r--r-- | drivers/mfd/mt6397-core.c | 3 |
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" }, |