mfd: mt6397: Align the placement at which the mfd_cell of LED is defined
authorSean Wang <sean.wang@mediatek.com>
Mon, 20 Mar 2017 06:47:27 +0000 (14:47 +0800)
committerLee 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

index 8e601c8..04a601f 100644 (file)
@@ -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"
        },