mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-01-28 01:47:24 +01:00
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>
This commit is contained in:
parent
1235e5a56e
commit
687dbff2cf
1 changed files with 2 additions and 2 deletions
|
|
@ -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) = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue