]> git.baikalelectronics.ru Git - kernel.git/commit
ide: refactor tf_load() method
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Wed, 8 Apr 2009 12:13:03 +0000 (14:13 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Wed, 8 Apr 2009 12:13:03 +0000 (14:13 +0200)
commit0afe0b3ebea0f001acc91c77df6b5547876e76e7
treee0697999409235309c578d3c8a7ecc031be2eda0
parent1d436aa8d3fe8de0a8fdbce3f4bf7147196fedd7
ide: refactor tf_load() method

Simplify tf_load() method, making it deal only with 'struct ide_taskfile' and
the validity flags that the upper layer passes, and moving the code that deals
with the high order bytes into the only function interested, do_rw_taskfile().

This should stop the needless code duplication in this method and so make
it about twice smaller than it was; along with simplifying the setup for the
method call, this should save both time and space...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-io-std.c
drivers/ide/ide-iops.c
drivers/ide/ide-probe.c
drivers/ide/ide-taskfile.c
drivers/ide/scc_pata.c
drivers/ide/tx4939ide.c
include/linux/ide.h