projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[brcm63xx] fix GEN_SPI_RSET_BASE macro (#9697)
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-3.0
/
240-spi.patch
diff --git
a/target/linux/brcm63xx/patches-3.0/240-spi.patch
b/target/linux/brcm63xx/patches-3.0/240-spi.patch
index
835cf87
..
6de3f3c
100644
(file)
--- a/
target/linux/brcm63xx/patches-3.0/240-spi.patch
+++ b/
target/linux/brcm63xx/patches-3.0/240-spi.patch
@@
-847,7
+847,7
@@
+
+#define __GEN_SPI_RSET_BASE(__cpu, __rset) \
+ case SPI_## __rset: \
-+ return SPI_BCM_## __cpu ##_SPI_## __rset
##
;
++ return SPI_BCM_## __cpu ##_SPI_## __rset;
+
+#define __GEN_SPI_RSET(__cpu) \
+ switch (reg) { \
This page took
0.022076 seconds
and
4
git commands to generate.