]> git.baikalelectronics.ru Git - kernel.git/commit
ide: increase timeout in wait_drive_not_busy()
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 20 Jun 2008 18:53:33 +0000 (20:53 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 20 Jun 2008 18:53:33 +0000 (20:53 +0200)
commit6ee9fa46192c6ecb44ee922f2c0f31c161173345
treea14b7030652ba394656862625eaa192d271e8c99
parent873bd8f7c0611a1c0e69102af78e7b4d7639145f
ide: increase timeout in wait_drive_not_busy()

Some ATAPI devices take longer than the current max timeout value to
become ready (i.e. TEAC DV-W28ECW takes 6 ms) so increase the timeout
value to 10 ms.

This fixes kernel.org bugzilla bug #10887:
http://bugzilla.kernel.org/show_bug.cgi?id=10887

Reported-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-taskfile.c