Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312850
b: refs/heads/master
c: 41b4e9a
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Ferre authored and Chris Ball committed Jul 22, 2012
1 parent f45b8e0 commit bfccd67
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: eb6d5ae1c918cefbfe06f6f96e1a75f2179d82ce
refs/heads/master: 41b4e9a194f69b1c945038c559ea407a6b383e81
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/atmel-mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,6 @@ static void atmci_tasklet_func(unsigned long priv)

dev_dbg(&host->pdev->dev, "FSM: cmd ready\n");
host->cmd = NULL;
host->data = NULL;
data->bytes_xfered = data->blocks * data->blksz;
data->error = 0;
atmci_command_complete(host, mrq->stop);
Expand All @@ -1699,6 +1698,7 @@ static void atmci_tasklet_func(unsigned long priv)
atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY);
state = STATE_WAITING_NOTBUSY;
}
host->data = NULL;
break;

case STATE_END_REQUEST:
Expand Down

0 comments on commit bfccd67

Please sign in to comment.