projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cosmetic fix: make the pci slot check more readable
[openwrt.git]
/
target
/
linux
/
rb532-2.6
/
patches
/
100-rb5xx_support.patch
diff --git
a/target/linux/rb532-2.6/patches/100-rb5xx_support.patch
b/target/linux/rb532-2.6/patches/100-rb5xx_support.patch
index
45c8fe3
..
c5c5ca9
100644
(file)
--- a/
target/linux/rb532-2.6/patches/100-rb5xx_support.patch
+++ b/
target/linux/rb532-2.6/patches/100-rb5xx_support.patch
@@
-245,7
+245,7
@@
diff -urN linux.old/arch/mips/pci/ops-rc32434.c linux.dev/arch/mips/pci/ops-rc32
+ int ret;
+ int delay = 1;
+
-+ if (bus->number == 0 &&
(devfn >> 3
) > 21)
++ if (bus->number == 0 &&
PCI_SLOT(devfn
) > 21)
+ return 0;
+
+retry:
This page took
0.02055 seconds
and
4
git commands to generate.