diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-24 18:22:57 -0400 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-24 18:22:57 -0400 |
| commit | 4cda15a0995f2da5727514f84ec26d8b7420e1f9 (patch) | |
| tree | ad6298eefc164a66c9038682b7253113bf1b053a | |
| parent | 62bd0441a60b0499db339b3dc1be039f8ed9fd35 (diff) | |
ide: shorten timeout value in ide_driveid_update()
Shorten timeout value in ide_driveid_update() (30s -> 15s)
to match try_to_identify().
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
| -rw-r--r-- | drivers/ide/ide-iops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c index 944cd857c90a..59c02184ba84 100644 --- a/drivers/ide/ide-iops.c +++ b/drivers/ide/ide-iops.c | |||
| @@ -325,7 +325,7 @@ int ide_driveid_update(ide_drive_t *drive) | |||
| 325 | 325 | ||
| 326 | tp_ops->exec_command(hwif, ATA_CMD_ID_ATA); | 326 | tp_ops->exec_command(hwif, ATA_CMD_ID_ATA); |
| 327 | 327 | ||
| 328 | if (ide_busy_sleep(hwif, WAIT_WORSTCASE, use_altstatus)) { | 328 | if (ide_busy_sleep(hwif, WAIT_WORSTCASE / 2, use_altstatus)) { |
| 329 | rc = 1; | 329 | rc = 1; |
| 330 | goto out_err; | 330 | goto out_err; |
| 331 | } | 331 | } |
