Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120779
b: refs/heads/master
c: a0286c9
h: refs/heads/master
i:
  120777: 9850b72
  120775: 4110d6e
v: v3
  • Loading branch information
Michael Tokarev authored and Ingo Molnar committed Dec 5, 2008
1 parent e35be4b commit 8e93b3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55c395b47042e12d5c25aa07f271f56ffe44f793
refs/heads/master: a0286c94f07636380082608196d41dd725a83229
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/pci-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 8e93b3e

Please sign in to comment.