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,7 +87,7 @@ 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" },
{}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment