Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178137
b: refs/heads/master
c: 4773a47
h: refs/heads/master
i:
  178135: 2c10c0d
v: v3
  • Loading branch information
Uwe Kleine-König authored and David S. Miller committed Dec 19, 2009
1 parent d69f108 commit 5d570e7
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: 01a1e7ec6c3769dc7c5fde23ebc253c6be5f68eb
refs/heads/master: 4773a47d8a564633cd80b94df397e91e946893e2
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/at91_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ static int __init at91_can_probe(struct platform_device *pdev)

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
irq = platform_get_irq(pdev, 0);
if (!res || !irq) {
if (!res || irq <= 0) {
err = -ENODEV;
goto exit_put;
}
Expand Down

0 comments on commit 5d570e7

Please sign in to comment.