Commit 8fdc23ee1ab7c1f8f1dd40602f62b9cc84072531
Committed by
Greg Kroah-Hartman
1 parent
982245f017
Exists in
master
and in
4 other branches
[PATCH] PCI: fix up pretty-names removal patch
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff
arch/ppc/kernel/pci.c
| ... | ... | @@ -80,7 +80,6 @@ |
| 80 | 80 | if ((dev->class>>8 == PCI_CLASS_NETWORK_ETHERNET)) { |
| 81 | 81 | dev->vendor = PCI_VENDOR_ID_AMD; |
| 82 | 82 | pci_write_config_word(dev, PCI_VENDOR_ID, PCI_VENDOR_ID_AMD); |
| 83 | - pci_name_device(dev); | |
| 84 | 83 | } |
| 85 | 84 | } |
| 86 | 85 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_TRIDENT, PCI_ANY_ID, fixup_broken_pcnet32); |