Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106164
b: refs/heads/master
c: f1d8269
h: refs/heads/master
v: v3
  • Loading branch information
Alex Dubov authored and Linus Torvalds committed Jul 26, 2008
1 parent eea65cd commit 1b332c5
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 218 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: 17017d8d2c005734d7088d8281ce2daab8fcb097
refs/heads/master: f1d82698029b92a88f5500b99f66514b6dee2bc3
7 changes: 5 additions & 2 deletions trunk/drivers/memstick/core/memstick.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,11 @@ EXPORT_SYMBOL(memstick_next_req);
*/
void memstick_new_req(struct memstick_host *host)
{
host->retries = cmd_retries;
host->request(host);
if (host->card) {
host->retries = cmd_retries;
INIT_COMPLETION(host->card->mrq_complete);
host->request(host);
}
}
EXPORT_SYMBOL(memstick_new_req);

Expand Down
Loading

0 comments on commit 1b332c5

Please sign in to comment.