diff options
Diffstat (limited to 'arch/mips/ite-boards/generic/it8172_pci.c')
-rw-r--r-- | arch/mips/ite-boards/generic/it8172_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/ite-boards/generic/it8172_pci.c b/arch/mips/ite-boards/generic/it8172_pci.c index 97eb6f1ee..08692be90 100644 --- a/arch/mips/ite-boards/generic/it8172_pci.c +++ b/arch/mips/ite-boards/generic/it8172_pci.c @@ -5,7 +5,7 @@ * * Copyright 2000 MontaVista Software Inc. * Author: MontaVista Software, Inc. - * ppopov@mvista.com or support@mvista.com + * ppopov@mvista.com or source@mvista.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -271,6 +271,6 @@ pcibios_update_resource(struct pci_dev *dev, struct resource *root, void __init pcibios_fixup_bus(struct pci_bus *b) { - printk("pcibios_fixup_bus\n"); + //printk("pcibios_fixup_bus\n"); } #endif /* CONFIG_PCI */ |