diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-01-26 14:13:11 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-01-26 14:13:11 -0500 |
commit | 2624565caacedd740fce7803fe2c162842aa5df4 (patch) | |
tree | fe177bad8d72bfefa138a3abd7f8c7b92f549169 /include/linux | |
parent | 4906f3b4cddc3e4d62955ed386598561f95602c0 (diff) |
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
Use wait_drive_not_busy() in drive_cmd_intr().
v2:
* Fix wait_drive_not_busy() comment (noticed by Sergei).
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 7615a6244a51..c889a6e91c5c 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -994,6 +994,8 @@ ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); | |||
994 | 994 | ||
995 | void task_end_request(ide_drive_t *, struct request *, u8); | 995 | void task_end_request(ide_drive_t *, struct request *, u8); |
996 | 996 | ||
997 | u8 wait_drive_not_busy(ide_drive_t *); | ||
998 | |||
997 | int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *, u16); | 999 | int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *, u16); |
998 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); | 1000 | int ide_no_data_taskfile(ide_drive_t *, ide_task_t *); |
999 | 1001 | ||