Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114599
b: refs/heads/master
c: 4538d0c
h: refs/heads/master
i:
  114597: d6ac911
  114595: 34294e5
  114591: b38f4df
v: v3
  • Loading branch information
Anton Vorontsov authored and Benjamin Herrenschmidt committed Oct 10, 2008
1 parent 28d63a4 commit 653cd6e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9fd3f88cb67ac51bd5face8441472b91e042be67
refs/heads/master: 4538d0ca71b4f8991c4c0f433d7d17805738326e
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_of_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static int __devinit pata_of_platform_probe(struct of_device *ofdev,

ret = of_irq_to_resource(dn, 0, &irq_res);
if (ret == NO_IRQ)
irq_res.start = irq_res.end = -1;
irq_res.start = irq_res.end = 0;
else
irq_res.flags = 0;

Expand Down

0 comments on commit 653cd6e

Please sign in to comment.