Re: [PATCH 17/20] ide: fix final status check in drive_cmd_intr()

2007-12-10 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Don't check for READY_STAT bit being set for PIO-in protocol (makes the final status check in drive_cmd_intr() match the one in task_in_intr()). Also fix function name reported by ide_error() call while at it. Signed-off-by: Bartlomiej Zolnierkiewicz

[PATCH 17/20] ide: fix final status check in drive_cmd_intr()

2007-12-09 Thread Bartlomiej Zolnierkiewicz
Don't check for READY_STAT bit being set for PIO-in protocol (makes the final status check in drive_cmd_intr() match the one in task_in_intr()). Also fix function name reported by ide_error() call while at it. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/ide-io.c