Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109266
b: refs/heads/master
c: 6fc30db
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed Aug 27, 2008
1 parent cfd9cd3 commit e17b6ae
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: 45e15bb734e4e559ab32f26196e44d5cf1417f10
refs/heads/master: 6fc30db563c57e383ca2ec836d8c9208c52d265a
2 changes: 1 addition & 1 deletion trunk/drivers/net/smc91x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,7 @@ static int smc_drv_remove(struct platform_device *pdev)

res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "smc91x-regs");
if (!res)
platform_get_resource(pdev, IORESOURCE_MEM, 0);
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
release_mem_region(res->start, SMC_IO_EXTENT);

free_netdev(ndev);
Expand Down

0 comments on commit e17b6ae

Please sign in to comment.