Commit a0286c94 authored by Michael Tokarev's avatar Michael Tokarev Committed by Ingo Molnar

x86: fix missing space in printk, #2

Impact: clean up printk
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 55c395b4
...@@ -300,8 +300,8 @@ fs_initcall(pci_iommu_init); ...@@ -300,8 +300,8 @@ fs_initcall(pci_iommu_init);
static __devinit void via_no_dac(struct pci_dev *dev) static __devinit void via_no_dac(struct pci_dev *dev)
{ {
if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI && forbid_dac == 0) { if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI && forbid_dac == 0) {
printk(KERN_INFO "PCI: VIA PCI bridge detected." printk(KERN_INFO
"Disabling DAC.\n"); "PCI: VIA PCI bridge detected. Disabling DAC.\n");
forbid_dac = 1; forbid_dac = 1;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment