Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176390
b: refs/heads/master
c: 3423d80
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Dec 15, 2009
1 parent 5155fc0 commit 8d1c8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4ec64960653c91fa86373d06a079eb7a63deb21f
refs/heads/master: 3423d80af67a94a641cc3297ec8c0869aa7f197c
3 changes: 2 additions & 1 deletion trunk/drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,14 +820,15 @@ static void s3cmci_dma_done_callback(struct s3c2410_dma_chan *dma_ch,
static void finalize_request(struct s3cmci_host *host)
{
struct mmc_request *mrq = host->mrq;
struct mmc_command *cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd;
struct mmc_command *cmd;
int debug_as_failure = 0;

if (host->complete_what != COMPLETION_FINALIZE)
return;

if (!mrq)
return;
cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd;

if (cmd->data && (cmd->error == 0) &&
(cmd->data->error == 0)) {
Expand Down

0 comments on commit 8d1c8c6

Please sign in to comment.