mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
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, 0x77, 0x0);
|
||||
|
||||
printk(KERN_INFO
|
||||
"PCI: VIA CX700 PCI parking/caching fixup on %s\n",
|
||||
pci_name(dev));
|
||||
dev_info(&dev->dev,
|
||||
"Disabling VIA CX700 PCI parking/caching\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user