PCI: use dev_printk in quirk messages
Convert quirk printks to dev_printk(). Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
fcab59a318
commit
d6505a5236
|
@ -1652,9 +1652,8 @@ static void __devinit quirk_via_cx700_pci_parking_caching(struct pci_dev *dev)
|
||||||
pci_write_config_byte(dev, 0x75, 0x1);
|
pci_write_config_byte(dev, 0x75, 0x1);
|
||||||
pci_write_config_byte(dev, 0x77, 0x0);
|
pci_write_config_byte(dev, 0x77, 0x0);
|
||||||
|
|
||||||
printk(KERN_INFO
|
dev_info(&dev->dev,
|
||||||
"PCI: VIA CX700 PCI parking/caching fixup on %s\n",
|
"Disabling VIA CX700 PCI parking/caching\n");
|
||||||
pci_name(dev));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue