misc: altera_sysid: minor clean up
authorThomas Chou <thomas@wytron.com.tw>
Sat, 31 Oct 2015 12:54:53 +0000 (20:54 +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/misc/altera_sysid.c

index 249b273fb3b3f00c0a218fbbe2c5fa164df8b1a2..737520f2478966eee149830cc4e4701c3cef2fb2 100644 (file)
@@ -87,8 +87,8 @@ static const struct misc_ops altera_sysid_ops = {
 };
 
 static const struct udevice_id altera_sysid_ids[] = {
-       { .compatible = "altr,sysid-1.0", },
-       { }
+       { .compatible = "altr,sysid-1.0" },
+       {}
 };
 
 U_BOOT_DRIVER(altera_sysid) = {