Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133578
b: refs/heads/master
c: bff9ad3
h: refs/heads/master
v: v3
  • Loading branch information
Phil Sutter authored and Jeff Garzik committed Mar 25, 2009
1 parent 488500f commit c2c70dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 96b34ce7cafa0888580698d199b9fac6ad9f9a2e
refs/heads/master: bff9ad3c4c8fff340854d3912196ed470f94602c
8 changes: 0 additions & 8 deletions trunk/drivers/ata/pata_rb532_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ struct rb532_cf_info {

/* ------------------------------------------------------------------------ */

static void rb532_pata_exec_command(struct ata_port *ap,
const struct ata_taskfile *tf)
{
writeb(tf->command, ap->ioaddr.command_addr);
ata_sff_pause(ap);
}

static unsigned int rb532_pata_data_xfer(struct ata_device *adev, unsigned char *buf,
unsigned int buflen, int write_data)
{
Expand Down Expand Up @@ -112,7 +105,6 @@ static irqreturn_t rb532_pata_irq_handler(int irq, void *dev_instance)

static struct ata_port_operations rb532_pata_port_ops = {
.inherits = &ata_sff_port_ops,
.sff_exec_command = rb532_pata_exec_command,
.sff_data_xfer = rb532_pata_data_xfer,
.freeze = rb532_pata_freeze,
.thaw = rb532_pata_thaw,
Expand Down

0 comments on commit c2c70dc

Please sign in to comment.