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]> > Cc: Jagan Teki <[email protected]> > ---
Reviewed-by: Jagan Teki <[email protected]> > drivers/spi/altera_spi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/spi/altera_spi.c b/drivers/spi/altera_spi.c > index e49949b..432a8e7 100644 > --- a/drivers/spi/altera_spi.c > +++ b/drivers/spi/altera_spi.c > @@ -193,7 +193,7 @@ static const struct dm_spi_ops altera_spi_ops = { > }; > > static const struct udevice_id altera_spi_ids[] = { > - { .compatible = "altr,spi-1.0", }, > + { .compatible = "altr,spi-1.0" }, > { } > }; > > -- thanks! -- Jagan | openedev. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

