Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122859
b: refs/heads/master
c: d452273
h: refs/heads/master
i:
  122857: c21887f
  122855: 1640bcc
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Dec 26, 2008
1 parent 71caafb commit 9a528f2
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: dc26977f77dd3486b59516d2cc03627009c0d4c6
refs/heads/master: d45227391c70ea12ec129ebfa97841e9b7ff34fd
2 changes: 1 addition & 1 deletion trunk/drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@ static int __devexit smsc911x_drv_remove(struct platform_device *pdev)
res = platform_get_resource_byname(pdev, IORESOURCE_MEM,
"smsc911x-memory");
if (!res)
platform_get_resource(pdev, IORESOURCE_MEM, 0);
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);

release_mem_region(res->start, res->end - res->start);

Expand Down

0 comments on commit 9a528f2

Please sign in to comment.