Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140472
b: refs/heads/master
c: bedcc45
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Pierre Ossman committed Mar 24, 2009
1 parent c7bcfc3 commit decbe95
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: bc6772a023ceab8df404b18b31c27f764dcf5b3f
refs/heads/master: bedcc45c2e5d72b1c4b087b725c391441a93eee6
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/tmio_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,10 @@ static int __devexit tmio_mmc_remove(struct platform_device *dev)
if (mmc) {
struct tmio_mmc_host *host = mmc_priv(mmc);
mmc_remove_host(mmc);
mmc_free_host(mmc);
free_irq(host->irq, host);
iounmap(host->ctl);
iounmap(host->cnf);
mmc_free_host(mmc);
}

return 0;
Expand Down

0 comments on commit decbe95

Please sign in to comment.