Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183175
b: refs/heads/master
c: 750e519
h: refs/heads/master
i:
  183173: 86d36ed
  183171: c7f1345
  183167: 2757de7
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Jeff Garzik committed Mar 1, 2010
1 parent d5b7d42 commit 2ebe904
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: a75032e8772d13dab5e3501413d7e14a148281b4
refs/heads/master: 750e519da7b3f470fe1b5b55c8d8f52d6d6371e4
6 changes: 4 additions & 2 deletions trunk/drivers/ata/pata_pdc202xx_old.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static int pdc2026x_cable_detect(struct ata_port *ap)
return ATA_CBL_PATA80;
}

static void pdc20246_exec_command(struct ata_port *ap,
static void pdc202xx_exec_command(struct ata_port *ap,
const struct ata_taskfile *tf)
{
DPRINTK("ata%u: cmd 0x%X\n", ap->print_id, tf->command);
Expand Down Expand Up @@ -281,7 +281,7 @@ static struct ata_port_operations pdc2024x_port_ops = {
.set_piomode = pdc202xx_set_piomode,
.set_dmamode = pdc202xx_set_dmamode,

.sff_exec_command = pdc20246_exec_command,
.sff_exec_command = pdc202xx_exec_command,
};

static struct ata_port_operations pdc2026x_port_ops = {
Expand All @@ -295,6 +295,8 @@ static struct ata_port_operations pdc2026x_port_ops = {
.dev_config = pdc2026x_dev_config,

.port_start = pdc2026x_port_start,

.sff_exec_command = pdc202xx_exec_command,
};

static int pdc202xx_init_one(struct pci_dev *dev, const struct pci_device_id *id)
Expand Down

0 comments on commit 2ebe904

Please sign in to comment.