aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2007-06-07 16:27:09 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2007-07-11 19:02:06 -0400
commita23adb5b2db7f2a0758abfa20b0220dbcbfd7aa9 (patch)
tree6f4ffa1821b6713922b9b908df7d438f20cfebff /drivers/pci/probe.c
parent46ae3571526e4fc3a004053b5fb57984ca5b3eb6 (diff)
PCI: point people to Bernhard instead of the linux-kernel list
Back in commit 8c4b2cf9af9b4ecc29d4f0ec4ecc8e94dc4432d7, Bernhard said that he would fix up all instances of when this message happens. So point people at him instead of the linux-kernel list which can not fix things up. Cc: Bernhard Kaindl <bk@suse.de> Cc: Dave Jones <davej@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Miles Lane <miles.lane@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r--drivers/pci/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index e48fcf089621..9cd983acba8c 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -656,7 +656,7 @@ int pci_scan_bridge(struct pci_bus *bus, struct pci_dev * dev, int max, int pass
656 pcibios_assign_all_busses() ? " " : 656 pcibios_assign_all_busses() ? " " :
657 " (try 'pci=assign-busses')"); 657 " (try 'pci=assign-busses')");
658 printk(KERN_WARNING "Please report the result to " 658 printk(KERN_WARNING "Please report the result to "
659 "linux-kernel to fix this permanently\n"); 659 "<bk@suse.de> to fix this permanently\n");
660 } 660 }
661 bus = bus->parent; 661 bus = bus->parent;
662 } 662 }