Skip to content

Commit

Permalink
PCI: point people to Bernhard instead of the linux-kernel list
Browse files Browse the repository at this point in the history
Back in commit 8c4b2cf, 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 <[email protected]>
Cc: Dave Jones <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Miles Lane <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
gregkh committed Jul 11, 2007
1 parent 46ae357 commit a23adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ int pci_scan_bridge(struct pci_bus *bus, struct pci_dev * dev, int max, int pass
pcibios_assign_all_busses() ? " " :
" (try 'pci=assign-busses')");
printk(KERN_WARNING "Please report the result to "
"linux-kernel to fix this permanently\n");
"<[email protected]> to fix this permanently\n");
}
bus = bus->parent;
}
Expand Down

0 comments on commit a23adb5

Please sign in to comment.