Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sean Wang and committed by
Lee Jones
040fc9b1 74772a30

+1 -2
+1 -2
drivers/mfd/mt6397-core.c
··· 47 47 { 48 48 .name = "mt6323-regulator", 49 49 .of_compatible = "mediatek,mt6323-regulator" 50 - }, 51 - { 50 + }, { 52 51 .name = "mt6323-led", 53 52 .of_compatible = "mediatek,mt6323-led" 54 53 },