Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61992
b: refs/heads/master
c: 83b6839
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Jeff Garzik committed Jul 20, 2007
1 parent 5f667f2 commit 6ba9f28
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0ea9e179f436f153fc19fdaef7abbc1e0da20762
refs/heads/master: 83b6839ec33becca78ebf6035489733a62e750bb
5 changes: 3 additions & 2 deletions trunk/drivers/ata/pata_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,9 @@ static int __devinit pata_platform_probe(struct platform_device *pdev)
pata_platform_setup_port(&ap->ioaddr, pp_info);

/* activate */
return ata_host_activate(host, platform_get_irq(pdev, 0), ata_interrupt,
pp_info->irq_flags, &pata_platform_sht);
return ata_host_activate(host, platform_get_irq(pdev, 0),
ata_interrupt, pp_info ? pp_info->irq_flags
: 0, &pata_platform_sht);
}

/**
Expand Down

0 comments on commit 6ba9f28

Please sign in to comment.