| commit | 35218d1ca808ed19b8c6f079ce91872b3deb2219 | [log] [tgz] |
|---|---|---|
| author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Tue Mar 31 20:15:31 2009 +0200 |
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Mar 31 20:15:31 2009 +0200 |
| tree | 4cc1748e9046ef26701c88b3c6448734f1a7e874 | |
| parent | bac08cee93f9cb37b40ecfa8eaf1f6d8daf3909b [diff] |
ide: move data register access out of tf_{read|load}() methods (take 2)
Move IDE_FTFLAG_{IN|OUT}_DATA flag handling out of tf_{read|load}() methods
into the only two functions where these flags actually need to be handled:
do_rw_taskfile() and ide_complete_cmd()...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>