Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62303
b: refs/heads/master
c: 964f9ce
h: refs/heads/master
i:
  62301: 183849e
  62299: 7807aa7
  62295: 6d36d90
  62287: 29c92aa
  62271: 71ea3c3
v: v3
  • Loading branch information
Pierre Ossman committed Jul 20, 2007
1 parent 8199740 commit b1e9f36
Show file tree
Hide file tree
Showing 3 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: 63b66438860f246f25f5563cde4978cf255cb810
refs/heads/master: 964f9ce2ff42dc47cf40fbd2f5c81cd60689e384
2 changes: 2 additions & 0 deletions trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,8 @@ static irqreturn_t sdhci_irq(int irq, void *dev_id)

intmask &= ~(SDHCI_INT_CMD_MASK | SDHCI_INT_DATA_MASK);

intmask &= ~SDHCI_INT_ERROR;

if (intmask & SDHCI_INT_BUS_POWER) {
printk(KERN_ERR "%s: Card is consuming too much power!\n",
mmc_hostname(host->mmc));
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mmc/host/sdhci.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
#define SDHCI_INT_CARD_INSERT 0x00000040
#define SDHCI_INT_CARD_REMOVE 0x00000080
#define SDHCI_INT_CARD_INT 0x00000100
#define SDHCI_INT_ERROR 0x00008000
#define SDHCI_INT_TIMEOUT 0x00010000
#define SDHCI_INT_CRC 0x00020000
#define SDHCI_INT_END_BIT 0x00040000
Expand Down

0 comments on commit b1e9f36

Please sign in to comment.