[ar71xx] wnr2000: buttons and blinkenlights!
[openwrt.git] / target / linux / rb532 / patches-2.6.24 / 530-no_panic_pci_iomap.patch
1 --- a/arch/mips/lib/iomap-pci.c
2 +++ b/arch/mips/lib/iomap-pci.c
3 @@ -32,7 +32,7 @@ static void __iomem *ioport_map_pci(stru
4 "report it to linux-mips@linux-mips.org or your "
5 "vendor.\n", name);
6 #ifdef CONFIG_PCI_DOMAINS
7 - panic("To avoid data corruption io_map_base MUST be set with "
8 + printk(KERN_WARNING "To avoid data corruption io_map_base MUST be set with "
9 "multiple PCI domains.");
10 #endif
11 }
This page took 0.042575 seconds and 5 git commands to generate.