Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190782
b: refs/heads/master
c: d586ebb
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Ferre authored and Linus Torvalds committed May 12, 2010
1 parent 289e1b5 commit 3dd733a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: abc2c9fdf636c4335a8d72ac3c5ae152bca44b68
refs/heads/master: d586ebbb8814e039545d38f69029533f3f17748d
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/atmel-mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static int atmci_req_show(struct seq_file *s, void *v)
"CMD%u(0x%x) flg %x rsp %x %x %x %x err %d\n",
cmd->opcode, cmd->arg, cmd->flags,
cmd->resp[0], cmd->resp[1], cmd->resp[2],
cmd->resp[2], cmd->error);
cmd->resp[3], cmd->error);
if (data)
seq_printf(s, "DATA %u / %u * %u flg %x err %d\n",
data->bytes_xfered, data->blocks,
Expand All @@ -276,7 +276,7 @@ static int atmci_req_show(struct seq_file *s, void *v)
"CMD%u(0x%x) flg %x rsp %x %x %x %x err %d\n",
stop->opcode, stop->arg, stop->flags,
stop->resp[0], stop->resp[1], stop->resp[2],
stop->resp[2], stop->error);
stop->resp[3], stop->error);
}

spin_unlock_bh(&slot->host->lock);
Expand Down

0 comments on commit 3dd733a

Please sign in to comment.