From 8e93b3e4052b67f60731909a55f20e2b01eaaaec Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Fri, 5 Dec 2008 15:47:29 +0300 Subject: [PATCH] --- yaml --- r: 120779 b: refs/heads/master c: a0286c94f07636380082608196d41dd725a83229 h: refs/heads/master i: 120777: 9850b725fd2f250a95153817686fee5e73dda1ed 120775: 4110d6ec56b0463f57d2f30f2bd2facad48eabd4 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/pci-dma.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8831084019d3..f733d7b0c756 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 55c395b47042e12d5c25aa07f271f56ffe44f793 +refs/heads/master: a0286c94f07636380082608196d41dd725a83229 diff --git a/trunk/arch/x86/kernel/pci-dma.c b/trunk/arch/x86/kernel/pci-dma.c index 192624820217..dc572994703d 100644 --- a/trunk/arch/x86/kernel/pci-dma.c +++ b/trunk/arch/x86/kernel/pci-dma.c @@ -300,8 +300,8 @@ fs_initcall(pci_iommu_init); static __devinit void via_no_dac(struct pci_dev *dev) { if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI && forbid_dac == 0) { - printk(KERN_INFO "PCI: VIA PCI bridge detected." - "Disabling DAC.\n"); + printk(KERN_INFO + "PCI: VIA PCI bridge detected. Disabling DAC.\n"); forbid_dac = 1; } }