Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192611
b: refs/heads/master
c: 978c066
h: refs/heads/master
i:
  192609: a9d2cac
  192607: 5591e9b
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed May 15, 2010
1 parent 0a82103 commit cf4df9d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95cc2c70c139936a2142bcd583da8af6f9d88efb
refs/heads/master: 978c066691a49a205673672a55685305663a2554
3 changes: 0 additions & 3 deletions trunk/drivers/ata/libata-sff.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ void ata_sff_tf_load(struct ata_port *ap, const struct ata_taskfile *tf)
if (ioaddr->ctl_addr)
iowrite8(tf->ctl, ioaddr->ctl_addr);
ap->last_ctl = tf->ctl;
ata_wait_idle(ap);
}

if (is_addr && (tf->flags & ATA_TFLAG_LBA48)) {
Expand Down Expand Up @@ -640,8 +639,6 @@ void ata_sff_tf_load(struct ata_port *ap, const struct ata_taskfile *tf)
iowrite8(tf->device, ioaddr->device_addr);
VPRINTK("device 0x%X\n", tf->device);
}

ata_wait_idle(ap);
}
EXPORT_SYMBOL_GPL(ata_sff_tf_load);

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/ata/pata_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cf4df9d

Please sign in to comment.