Re: [PATCH 5/9] ide: use -data_phase to set -handler in do_rw_taskfile()

2007-11-12 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Use -data_phase to set -handler in do_rw_taskfile() instead of setting -handler in callers of ide_raw_taskfile()/do_rw_taskfile(). * Unexport task_no_data_intr() and make it static. There should be no functionality changes caused by this patch.

[PATCH 5/9] ide: use -data_phase to set -handler in do_rw_taskfile()

2007-11-02 Thread Bartlomiej Zolnierkiewicz
* Use -data_phase to set -handler in do_rw_taskfile() instead of setting -handler in callers of ide_raw_taskfile()/do_rw_taskfile(). * Unexport task_no_data_intr() and make it static. There should be no functionality changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz