mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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:
parent
687dbff2cf
commit
ddf34c2606
1 changed files with 2 additions and 2 deletions
|
@ -193,8 +193,8 @@ static const struct dm_spi_ops altera_spi_ops = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct udevice_id altera_spi_ids[] = {
|
static const struct udevice_id altera_spi_ids[] = {
|
||||||
{ .compatible = "altr,spi-1.0", },
|
{ .compatible = "altr,spi-1.0" },
|
||||||
{ }
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
U_BOOT_DRIVER(altera_spi) = {
|
U_BOOT_DRIVER(altera_spi) = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue