Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71333
b: refs/heads/master
c: 15d8061
h: refs/heads/master
i:
  71331: 1a1d8c6
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Bartlomiej Zolnierkiewicz committed Oct 18, 2007
1 parent 5e3c41e commit 3779fa3
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: a87a87ccdc541e0a0cc8c7d01a365be8d9153a7b
refs/heads/master: 15d8061bf02aa299b2447f7a22fd18b4a503ea9d
2 changes: 1 addition & 1 deletion trunk/drivers/ide/pci/cs5535.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static void cs5535_set_speed(ide_drive_t *drive, const u8 speed)

/* Set the PIO timings */
if ((speed & XFER_MODE) == XFER_PIO) {
ide_drive_t *pair = &drive->hwif->drives[drive->dn ^ 1];
ide_drive_t *pair = ide_get_paired_drive(drive);
u8 cmd, pioa;

cmd = pioa = speed - XFER_PIO_0;
Expand Down

0 comments on commit 3779fa3

Please sign in to comment.