From 0681508dafa8e9e079c962842a844bffc8828aa6 Mon Sep 17 00:00:00 2001 From: Mike Nicholson Date: Fri, 19 Jul 2019 17:25:41 -0500 Subject: Missed a comma --- io-module/machine/mtcdt3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io-module/machine') diff --git a/io-module/machine/mtcdt3.c b/io-module/machine/mtcdt3.c index 9cc00c3..621f3cd 100644 --- a/io-module/machine/mtcdt3.c +++ b/io-module/machine/mtcdt3.c @@ -79,7 +79,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = { .gpio = OMAP_GPIO(4,7), /* 4_7 */ .flags = GPIOF_OUT_INIT_HIGH, .label = "eth-reset", - } + }, .active_low = 1, }, { -- cgit v1.2.3