]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
pinctrl: baytrail: Code formatting fixes
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 17 Oct 2018 16:16:31 +0000 (19:16 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 8 Nov 2018 15:16:41 +0000 (17:16 +0200)
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>
drivers/pinctrl/intel/pinctrl-baytrail.c

index a1c2548123a1849641c61cc87c30ebe2279277f1..241384ead4ed04d738b46819d256407c9dbf03ba 100644 (file)
@@ -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,