]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
spi: altera_spi: minor clean up
authorThomas Chou <thomas@wytron.com.tw>
Sat, 31 Oct 2015 12:55:48 +0000 (20:55 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Fri, 6 Nov 2015 01:14:12 +0000 (09:14 +0800)
- Remove the penultimate comma in of_match ids

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Jagan Teki <jteki@openedev.com>
drivers/spi/altera_spi.c

index e49949b4a2c1190fd4dc3a5a862a541d212773c0..3e09592ac6f0bd92ae30583c6eb968db60b19189 100644 (file)
@@ -193,8 +193,8 @@ 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_DRIVER(altera_spi) = {