On 30 October 2015 at 12:48, Thomas Chou <[email protected]> wrote: > - Remove the penultimate comma in of_match ids > > Signed-off-by: Thomas Chou <[email protected]> > ---
Reviewed-by: Jagan Teki <[email protected]> > 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" }, > { } > }; > thanks! -- Jagan | openedev. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

