diff options
author | Alan Cox <alan@linux.intel.com> | 2010-05-05 10:24:57 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-05-14 22:25:00 -0400 |
commit | 978c066691a49a205673672a55685305663a2554 (patch) | |
tree | df380b8415c17d80586a111c4492ac6bad7d5afb /drivers/ata/pata_via.c | |
parent | 95cc2c70c139936a2142bcd583da8af6f9d88efb (diff) | |
download | linux-stable-978c066691a49a205673672a55685305663a2554.tar.gz linux-stable-978c066691a49a205673672a55685305663a2554.tar.bz2 linux-stable-978c066691a49a205673672a55685305663a2554.zip |
libata: Remove excess delay in the tf_load path
We don't need to stall and wait after loading the task file and before
issuing a command, so don't do it. This shows up on profiles and is not
needed.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/pata_via.c')
-rw-r--r-- | drivers/ata/pata_via.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/pata_via.c b/drivers/ata/pata_via.c index 741e7cb69d8c..87fb89e407f7 100644 --- a/drivers/ata/pata_via.c +++ b/drivers/ata/pata_via.c @@ -417,8 +417,6 @@ static void via_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) tf->lbam, tf->lbah); } - - ata_wait_idle(ap); } static int via_port_start(struct ata_port *ap) |