Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45944
b: refs/heads/master
c: 161c888
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 30, 2007
1 parent 20f7676 commit b73efe2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9a696b4f3c5664c2c4815cc8e37256e51a3425e1
refs/heads/master: 161c888b0b4d28775dfe35274ee90c16a91b4365
3 changes: 2 additions & 1 deletion trunk/drivers/ata/pata_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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 **unused)
{
int i;

Expand All @@ -44,6 +44,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 b73efe2

Please sign in to comment.