Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45985
b: refs/heads/master
c: 2ca6611
h: refs/heads/master
i:
  45983: ad79db6
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Jan 30, 2007
1 parent 18bec2d commit c2d3ed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 7a0f1c8a4b1052da7efc7715e2e557255b632712
refs/heads/master: 2ca6611b1fc1f913f5370b3c50a0a35d817491b3
4 changes: 3 additions & 1 deletion trunk/drivers/ata/pata_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ static int pio_mask = 1;
* Provide our own set_mode() as we don't want to change anything that has
* already been configured..
*/
static void pata_platform_set_mode(struct ata_port *ap)
static int pata_platform_set_mode(struct ata_port *ap,
struct ata_device **r_failed_dev)
{
int i;

Expand All @@ -44,6 +45,7 @@ static void pata_platform_set_mode(struct ata_port *ap)
dev->flags |= ATA_DFLAG_PIO;
}
}
return 0;
}

static void pata_platform_host_stop(struct ata_host *host)
Expand Down

0 comments on commit c2d3ed4

Please sign in to comment.