diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-10-17 12:16:31 -0400 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-11-08 10:16:41 -0500 |
commit | 166d6e2adc55eb1f8efa4e1815170f35a250e57f (patch) | |
tree | 204310c0727802ccf964a92db9dd640ee3b036cb /drivers/pinctrl/intel | |
parent | 5c20a0227e8b22b7a81a1670fbf05b40424fb690 (diff) |
pinctrl: baytrail: Code formatting fixes
Remove comma from terminator line to allow compiler fail
in case an entry has been put in a wrong place by any weird reason.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/pinctrl/intel')
-rw-r--r-- | drivers/pinctrl/intel/pinctrl-baytrail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/intel/pinctrl-baytrail.c b/drivers/pinctrl/intel/pinctrl-baytrail.c index a1c2548123a1..241384ead4ed 100644 --- a/drivers/pinctrl/intel/pinctrl-baytrail.c +++ b/drivers/pinctrl/intel/pinctrl-baytrail.c | |||
@@ -705,7 +705,7 @@ static const struct byt_pinctrl_soc_data *byt_soc_data[] = { | |||
705 | &byt_score_soc_data, | 705 | &byt_score_soc_data, |
706 | &byt_sus_soc_data, | 706 | &byt_sus_soc_data, |
707 | &byt_ncore_soc_data, | 707 | &byt_ncore_soc_data, |
708 | NULL, | 708 | NULL |
709 | }; | 709 | }; |
710 | 710 | ||
711 | static struct byt_community *byt_get_community(struct byt_gpio *vg, | 711 | static struct byt_community *byt_get_community(struct byt_gpio *vg, |