Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63544
b: refs/heads/master
c: b37c6b8
h: refs/heads/master
v: v3
  • Loading branch information
Meelis Roos authored and Bartlomiej Zolnierkiewicz committed Aug 1, 2007
1 parent e1b2956 commit 4fdd0b6
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: 1955f6814fb58ffa06af4873a445307d60b23fb1
refs/heads/master: b37c6b842b30fc8e90965ec242f624283d0032a3
4 changes: 2 additions & 2 deletions trunk/drivers/ide/pci/cmd64x.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,11 @@ static unsigned int __devinit init_chipset_cmd64x(struct pci_dev *dev, const cha
switch (rev) {
case 0x07:
case 0x05:
printk("%s: UltraDMA capable", name);
printk("%s: UltraDMA capable\n", name);
break;
case 0x03:
default:
printk("%s: MultiWord DMA force limited", name);
printk("%s: MultiWord DMA force limited\n", name);
break;
case 0x01:
printk("%s: MultiWord DMA limited, "
Expand Down

0 comments on commit 4fdd0b6

Please sign in to comment.