mediatek: update to latest kernel patchset from v4.13-rc
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.9 / 0021-mfd-mt6397-Align-the-placement-at-which-the-mfd_cell.patch
1 From 6e81b4fee93c004078465589128ba07b6855be02 Mon Sep 17 00:00:00 2001
2 From: Sean Wang <sean.wang@mediatek.com>
3 Date: Mon, 20 Mar 2017 14:47:27 +0800
4 Subject: [PATCH 21/57] mfd: mt6397: Align the placement at which the mfd_cell
5 of LED is defined
6
7 Align the placement as which the mfd_cell of LED is defined as the other
8 members done on the structure.
9
10 Signed-off-by: Sean Wang <sean.wang@mediatek.com>
11 Acked-by: Lee Jones <lee.jones@linaro.org>
12 ---
13 drivers/mfd/mt6397-core.c | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 --- a/drivers/mfd/mt6397-core.c
17 +++ b/drivers/mfd/mt6397-core.c
18 @@ -47,8 +47,7 @@ static const struct mfd_cell mt6323_devs
19 {
20 .name = "mt6323-regulator",
21 .of_compatible = "mediatek,mt6323-regulator"
22 - },
23 - {
24 + }, {
25 .name = "mt6323-led",
26 .of_compatible = "mediatek,mt6323-led"
27 },