Skip to content
Snippets Groups Projects
Commit 687dbff2 authored by Thomas Chou's avatar Thomas Chou
Browse files

misc: altera_sysid: minor clean up


- Remove the penultimate comma in of_match ids

Signed-off-by: default avatarThomas Chou <thomas@wytron.com.tw>
Reviewed-by: default avatarJagan Teki <jteki@openedev.com>
parent 1235e5a5
No related branches found
No related tags found
No related merge requests found
...@@ -87,8 +87,8 @@ static const struct misc_ops altera_sysid_ops = { ...@@ -87,8 +87,8 @@ static const struct misc_ops altera_sysid_ops = {
}; };
static const struct udevice_id altera_sysid_ids[] = { static const struct udevice_id altera_sysid_ids[] = {
{ .compatible = "altr,sysid-1.0", }, { .compatible = "altr,sysid-1.0" },
{ } {}
}; };
U_BOOT_DRIVER(altera_sysid) = { U_BOOT_DRIVER(altera_sysid) = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment