Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185811
b: refs/heads/master
c: 0716302
h: refs/heads/master
i:
  185809: 7bb0f47
  185807: f9885ae
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and David S. Miller committed Jan 19, 2010
1 parent e817a18 commit a20e31e
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: f657911d73f5165c4a32627adbbd7fcf98a85eae
refs/heads/master: 0716302eec10c3a4c3c5110e43a5ac05ac4b2445
2 changes: 1 addition & 1 deletion trunk/drivers/ide/palm_bk3710.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static void palm_bk3710_setpiomode(void __iomem *base, ide_drive_t *mate,
writel(val32, base + BK3710_DATRCVR);

if (mate) {
u8 mode2 = ide_get_best_pio_mode(mate, 255, 4);
u8 mode2 = mate->pio_mode - XFER_PIO_0;

if (mode2 < mode)
mode = mode2;
Expand Down

0 comments on commit a20e31e

Please sign in to comment.