projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add kernel_nconfig make target
[openwrt.git]
/
target
/
linux
/
adm5120
/
files
/
arch
/
mips
/
pci
/
pci-adm5120.c
diff --git
a/target/linux/adm5120/files/arch/mips/pci/pci-adm5120.c
b/target/linux/adm5120/files/arch/mips/pci/pci-adm5120.c
index
bde3e32
..
0bef804
100644
(file)
--- a/
target/linux/adm5120/files/arch/mips/pci/pci-adm5120.c
+++ b/
target/linux/adm5120/files/arch/mips/pci/pci-adm5120.c
@@
-201,7
+201,7
@@
int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
goto out;
}
- if (slot < 1 || slot >
3
) {
+ if (slot < 1 || slot >
4
) {
printk(KERN_ALERT "PCI: slot number %u is not supported\n",
slot);
goto out;
This page took
0.023538 seconds
and
4
git commands to generate.