Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255204
b: refs/heads/master
c: ae837fe
h: refs/heads/master
v: v3
  • Loading branch information
James Hogan authored and Chris Ball committed Jul 20, 2011
1 parent b92b156 commit 882a2fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 03e8cb534e7cc3f71a07528a44da7ce68e5b5708
refs/heads/master: ae837fe6ddb1e4e9238191629baa08c35ed4a6bb
4 changes: 0 additions & 4 deletions trunk/drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,12 +908,8 @@ static void dw_mci_tasklet_func(unsigned long priv)

if (status & DW_MCI_DATA_ERROR_FLAGS) {
if (status & SDMMC_INT_DTO) {
dev_err(&host->pdev->dev,
"data timeout error\n");
data->error = -ETIMEDOUT;
} else if (status & SDMMC_INT_DCRC) {
dev_err(&host->pdev->dev,
"data CRC error\n");
data->error = -EILSEQ;
} else {
dev_err(&host->pdev->dev,
Expand Down

0 comments on commit 882a2fd

Please sign in to comment.