On 2015年10月30日 15:18, Thomas Chou wrote:
- Remove the penultimate comma in of_match ids
Signed-off-by: Thomas Chou <[email protected]>
Cc: Jagan Teki <[email protected]>
---
drivers/spi/altera_spi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-nios.
diff --git a/drivers/spi/altera_spi.c b/drivers/spi/altera_spi.c
index e49949b..432a8e7 100644
--- a/drivers/spi/altera_spi.c
+++ b/drivers/spi/altera_spi.c
@@ -193,7 +193,7 @@ static const struct dm_spi_ops altera_spi_ops = {
};
static const struct udevice_id altera_spi_ids[] = {
- { .compatible = "altr,spi-1.0", },
+ { .compatible = "altr,spi-1.0" },
{ }
};
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot