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>
This commit is contained in:
parent
5c20a0227e
commit
166d6e2adc
|
@ -705,7 +705,7 @@ static const struct byt_pinctrl_soc_data *byt_soc_data[] = {
|
|||
&byt_score_soc_data,
|
||||
&byt_sus_soc_data,
|
||||
&byt_ncore_soc_data,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
static struct byt_community *byt_get_community(struct byt_gpio *vg,
|
||||
|
|
Loading…
Reference in New Issue