Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254082
b: refs/heads/master
c: 742a0c7
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Chris Ball committed Jun 19, 2011
1 parent 0ad8230 commit b2f6a14
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b9c350a0a9d3564d20f5301f472b8841f8934c7d
refs/heads/master: 742a0c7cae9bd0f913c71722289b8ec862d70a2b
3 changes: 2 additions & 1 deletion trunk/drivers/mmc/host/sh_mobile_sdhi.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,14 @@ static int sh_mobile_sdhi_remove(struct platform_device *pdev)

p->pdata = NULL;

tmio_mmc_host_remove(host);

for (i = 0; i < 3; i++) {
irq = platform_get_irq(pdev, i);
if (irq >= 0)
free_irq(irq, host);
}

tmio_mmc_host_remove(host);
clk_disable(priv->clk);
clk_put(priv->clk);
kfree(priv);
Expand Down

0 comments on commit b2f6a14

Please sign in to comment.