Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359891
b: refs/heads/master
c: f6f9268
h: refs/heads/master
i:
  359889: 2c9673c
  359887: 3e465e1
v: v3
  • Loading branch information
Kevin Liu authored and Chris Ball committed Jan 28, 2013
1 parent 72cdb48 commit 36dc9ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aae66f3849433299ec1850f1ec4cfdf25929587c
refs/heads/master: f6f926885faa07aa9f54617b4e59fa33074500f5
3 changes: 3 additions & 0 deletions trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2487,6 +2487,7 @@ int sdhci_suspend_host(struct sdhci_host *host)
return ret;
}

sdhci_mask_irqs(host, SDHCI_INT_ALL_MASK);
free_irq(host->irq, host);

return ret;
Expand Down Expand Up @@ -3142,6 +3143,7 @@ int sdhci_add_host(struct sdhci_host *host)
#ifdef SDHCI_USE_LEDS_CLASS
reset:
sdhci_reset(host, SDHCI_RESET_ALL);
sdhci_mask_irqs(host, SDHCI_INT_ALL_MASK);
free_irq(host->irq, host);
#endif
untasklet:
Expand Down Expand Up @@ -3184,6 +3186,7 @@ void sdhci_remove_host(struct sdhci_host *host, int dead)
if (!dead)
sdhci_reset(host, SDHCI_RESET_ALL);

sdhci_mask_irqs(host, SDHCI_INT_ALL_MASK);
free_irq(host->irq, host);

del_timer_sync(&host->timer);
Expand Down

0 comments on commit 36dc9ad

Please sign in to comment.