spi: altera_spi: 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:
Thomas Chou 2015-10-31 20:55:48 +08:00
parent 687dbff2cf
commit ddf34c2606

View file

@ -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" },
{}
};