Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71850
b: refs/heads/master
c: 24b7ce9
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk committed Oct 19, 2007
1 parent b28c416 commit 14c9f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d96267ae4640e3c9b7b32e83dc716824489b7d5c
refs/heads/master: 24b7ce985aaa0adc922d0cbd3d53a186c33d7b33
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_cmd64x.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static void cmd64x_set_dmamode(struct ata_port *ap, struct ata_device *adev)
regU &= ~(0x05 << adev->devno);

if (adev->dma_mode >= XFER_UDMA_0) {
/* Merge thge timing value */
/* Merge the timing value */
regU |= udma_data[adev->dma_mode - XFER_UDMA_0] << shift;
/* Merge the control bits */
regU |= 1 << adev->devno; /* UDMA on */
Expand Down

0 comments on commit 14c9f64

Please sign in to comment.