summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-10-31 20:54:53 +0800
committerThomas Chou <thomas@wytron.com.tw>2015-11-06 09:14:12 +0800
commit687dbff2cf78fa990276c57dfa36f1f7bbbc7e2a (patch)
treed0d32df84b43bd76dcb3827a1aa9e89b12084c79 /drivers/misc
parent1235e5a56ee61c9e986f4cd1a4e555c1a151e35a (diff)
downloadblackbird-obmc-uboot-687dbff2cf78fa990276c57dfa36f1f7bbbc7e2a.tar.gz
blackbird-obmc-uboot-687dbff2cf78fa990276c57dfa36f1f7bbbc7e2a.zip
misc: altera_sysid: minor clean up
- Remove the penultimate comma in of_match ids Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/altera_sysid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/altera_sysid.c b/drivers/misc/altera_sysid.c
index 249b273fb3..737520f247 100644
--- a/drivers/misc/altera_sysid.c
+++ b/drivers/misc/altera_sysid.c
@@ -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) = {
OpenPOWER on IntegriCloud