Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76257
b: refs/heads/master
c: c52ea91
h: refs/heads/master
i:
  76255: 1948a05
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 25, 2008
1 parent 6a0f3a4 commit f853cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 57d7366b78b74a9eef873e8212c03d8c2033a764
refs/heads/master: c52ea915d7fdc96819964b32eb124b5ccd22b9af
3 changes: 2 additions & 1 deletion trunk/drivers/ide/ide-disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ static ide_startstop_t __ide_do_rw_disk(ide_drive_t *drive, struct request *rq,
command = lba48 ? WIN_READ_EXT : WIN_READ;
}

ide_execute_command(drive, command, &task_in_intr, WAIT_CMD, NULL);
ide_execute_command(drive, command, &task_in_intr,
WAIT_WORSTCASE, NULL);
return ide_started;
} else {
if (drive->mult_count) {
Expand Down

0 comments on commit f853cc9

Please sign in to comment.