[U-Boot] [PATCH 7/8] misc: altera_sysid: minor clean up
Thomas Chou
thomas at wytron.com.tw
Fri Oct 30 08:18:17 CET 2015
- Remove the penultimate comma in of_match ids
Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
---
drivers/misc/altera_sysid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/misc/altera_sysid.c b/drivers/misc/altera_sysid.c
index 249b273..1859b80 100644
--- a/drivers/misc/altera_sysid.c
+++ b/drivers/misc/altera_sysid.c
@@ -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" },
{ }
};
--
2.5.0
More information about the U-Boot
mailing list