projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687dbff
)
spi: altera_spi: minor clean up
author
Thomas Chou
<thomas@wytron.com.tw>
Sat, 31 Oct 2015 12:55:48 +0000
(20:55 +0800)
committer
Thomas Chou
<thomas@wytron.com.tw>
Fri, 6 Nov 2015 01:14:12 +0000
(09:14 +0800)
- Remove the penultimate comma in of_match ids
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Jagan Teki <jteki@openedev.com>
drivers/spi/altera_spi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/altera_spi.c
b/drivers/spi/altera_spi.c
index
e49949b
..
3e09592
100644
(file)
--- a/
drivers/spi/altera_spi.c
+++ b/
drivers/spi/altera_spi.c
@@
-193,8
+193,8
@@
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" },
+ {}
};
U_BOOT_DRIVER(altera_spi) = {