Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307945
b: refs/heads/master
c: 48b332f
h: refs/heads/master
i:
  307943: d165301
v: v3
  • Loading branch information
Russell King authored and Chris Ball committed Apr 22, 2012
1 parent 2509334 commit 6996d4e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ca5879d3ffebd967e94b2dc3b1a3dc089709206f
refs/heads/master: 48b332f9916f33ba0001b78e5cea49ef17f3c81e
4 changes: 3 additions & 1 deletion trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,9 @@ static int __devinit omap_hsmmc_probe(struct platform_device *pdev)
err_alloc:
omap_hsmmc_gpio_free(pdata);
err:
release_mem_region(res->start, resource_size(res));
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (res)
release_mem_region(res->start, resource_size(res));
return ret;
}

Expand Down

0 comments on commit 6996d4e

Please sign in to comment.