Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185812
b: refs/heads/master
c: bb43061
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and David S. Miller committed Jan 19, 2010
1 parent a20e31e commit 4de9121
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: 0716302eec10c3a4c3c5110e43a5ac05ac4b2445
refs/heads/master: bb430611930c526ff9bca991f254b259fc58ed3c
2 changes: 1 addition & 1 deletion trunk/drivers/ide/siimage.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ static void sil_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive)

/* trim *taskfile* PIO to the slowest of the master/slave */
if (pair) {
u8 pair_pio = ide_get_best_pio_mode(pair, 255, 4);
u8 pair_pio = pair->pio_mode - XFER_PIO_0;

if (pair_pio < tf_pio)
tf_pio = pair_pio;
Expand Down

0 comments on commit 4de9121

Please sign in to comment.