www.golrleaf.com 24
Subject [4] [2008] 5 [headers] 17     lkml.org 26 RSS Feed
[lkml] [less markup] 21 September 2008 18 [Mar] 29 [forward] 27
19
Messages in this thread
oakad@exemail ...
/
  oakad@exemail ...
Views: [PATCH 03/11] memstick: make sure number of command retries is exactly as specified
  Wed, 5 Mar 2008 03:02:20 +1100
 : 1;  else  *mrq = NULL;   --  1.5.3.6 1 insertions(+), 1 deletions(-) diff --git a/drivers/memstick/core/memstick.c b/drivers/memstick/core/memstick.c index 3c97bac..decd6a4 100644 --- a/drivers/memstick/core/memstick.c +++ b/drivers/memstick/core/memstick.c @@ -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 files changed, 1 ? cmd_retries - 1 From: Alex Dubov <oakad@yahoo.com>  Signed-off-by: Alex Dubov <oakad@yahoo.com> ---  drivers/memstick/core/memstick.c |    2 +-  
\
8
  \ 6 /
12 Last update: 2008-03-04 17:41    [from the cache]
Andrew Morton
4