Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150124
b: refs/heads/master
c: 928f308
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Ludwig authored and David S. Miller committed May 7, 2009
1 parent da77c09 commit 7acee58
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: c2d5ab4973bfaa72cbb677801825ce56c8f69b56
refs/heads/master: 928f308f556f4943e50c5064b546f47bce301f02
2 changes: 1 addition & 1 deletion trunk/drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ static int __devinit smsc911x_drv_probe(struct platform_device *pdev)
retval = -ENODEV;
goto out_0;
}
res_size = res->end - res->start;
res_size = res->end - res->start + 1;

irq_res = platform_get_resource(pdev, IORESOURCE_IRQ, 0);
if (!irq_res) {
Expand Down

0 comments on commit 7acee58

Please sign in to comment.