summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-19 22:06:09 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-19 22:06:09 +0000
commiteb3554dc17d9e616e602745f15ab2985fd8f71bd (patch)
tree7f15de366703f776689c451fdc9ec1b62b054634 /target
parentd94f1f903602e47db2ea0ec6458627ecddb1bd49 (diff)
cosmetic fix: make the pci slot check more readable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5862 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/rb532-2.6/patches/100-rb5xx_support.patch2
1 files changed, 1 insertions, 1 deletions
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 45c8fe3b9..c5c5ca932 100644
--- 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: