Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275337
b: refs/heads/master
c: 2d5fcc9
h: refs/heads/master
i:
  275335: e6448a9
v: v3
  • Loading branch information
Anton Vorontsov authored and Jeff Garzik committed Nov 10, 2011
1 parent 84207c6 commit 62530d3
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: c9703765f3d5ab27909011dee4a05affe48e4442
refs/heads/master: 2d5fcc986da944bca8257f358b155eec79fc4120
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 platform_device *ofdev)
}

ret = of_irq_to_resource(dn, 0, &irq_res);
if (ret == NO_IRQ)
if (!ret)
irq_res.start = irq_res.end = 0;
else
irq_res.flags = 0;
Expand Down

0 comments on commit 62530d3

Please sign in to comment.