Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102199
b: refs/heads/master
c: 7c14450
h: refs/heads/master
i:
  102197: fd3001f
  102195: 28c1930
  102191: 62cbd1b
v: v3
  • Loading branch information
Ben Dooks authored and Pierre Ossman committed Jul 15, 2008
1 parent d9adeec commit 1598b1f
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: cf0984c8edf63017fcc2ead212ca057877e345df
refs/heads/master: 7c14450ed6ab4ed453b2bf216ca3aaa7a5402af3
3 changes: 2 additions & 1 deletion trunk/drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ static void pio_tasklet(unsigned long data)
(host->pio_active == XFER_READ) ? "read" : "write",
host->pio_count, host->pio_words);

host->mrq->data->error = -EINVAL;
if (host->mrq->data)
host->mrq->data->error = -EINVAL;
}

finalize_request(host);
Expand Down

0 comments on commit 1598b1f

Please sign in to comment.