Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76270
b: refs/heads/master
c: 23b1bd4
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 25, 2008
1 parent 905acbe commit 3ca2440
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: 4eed504d140319d6c1c7e0a5b7a9bf41dabf7cea
refs/heads/master: 23b1bd459c9e8a925381960f0b69ac85468c3af1
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ int set_using_dma(ide_drive_t *drive, int arg)

if (arg) {
hwif->dma_off_quietly(drive);
if (ide_set_dma(drive) || hwif->ide_dma_on(drive))
if (ide_set_dma(drive))
err = -EIO;
} else
ide_dma_off(drive);
Expand Down

0 comments on commit 3ca2440

Please sign in to comment.