Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87077
b: refs/heads/master
c: 29196dc
h: refs/heads/master
i:
  87075: 016c7fc
v: v3
  • Loading branch information
Alex Dubov authored and Linus Torvalds committed Mar 11, 2008
1 parent dde8649 commit 62b7f88
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: d114ad54ffb020dc781b6159c1c2f391c6ec418f
refs/heads/master: 29196dc67e1b76ce84e25228783f6b8a3c48e9dd
2 changes: 1 addition & 1 deletion trunk/drivers/memstick/core/memstick.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ int memstick_next_req(struct memstick_host *host, struct memstick_request **mrq)
rc = host->card->next_request(host->card, mrq);

if (!rc)
host->retries = cmd_retries;
host->retries = cmd_retries > 1 ? cmd_retries - 1 : 1;
else
*mrq = NULL;

Expand Down

0 comments on commit 62b7f88

Please sign in to comment.