diff for duplicates of <538886E6.4000209@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index dbe403c..25faaec 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,9 +25,9 @@ On 05/30/2014 02:40 PM, Kuninori Morimoto wrote: > > /* Some controllers can't do multiblock reads due to hw bugs */ > if (card->host->caps2 & MMC_CAP2_NO_MULTI_READ && -> - rq_data_dir(req) == READ) +> - rq_data_dir(req) = READ) > - brq->data.blocks = 1; -> + rq_data_dir(req) == READ) { +> + rq_data_dir(req) = READ) { > + > + if (card->host->caps2 & MMC_CAP2_2BLKS_LIMIT) { > + /* @@ -38,7 +38,7 @@ On 05/30/2014 02:40 PM, Kuninori Morimoto wrote: > + * value may not be read properly. > + * Use single block read for this HW bug > + */ -> + if (brq->data.blocks == 2) +> + if (brq->data.blocks = 2) > + brq->data.blocks = 1; I don't understand: previous code set 'brq->data.blocks' to 1 in any case diff --git a/a/content_digest b/N1/content_digest index 19ebc7b..d771fb7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\087oayfpn14.wl%kuninori.morimoto.gx@renesas.com\0" "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Subject\0Re: [PATCH 1/3] mmc: block: add block number limitation flag for lultiple block read\0" - "Date\0Fri, 30 May 2014 17:25:58 +0400\0" + "Date\0Fri, 30 May 2014 13:25:58 +0000\0" "To\0Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>" " Chris Ball <cjb@laptop.org>\0" "Cc\0Simon <horms@verge.net.au>" @@ -39,9 +39,9 @@ ">\n" "> \t\t/* Some controllers can't do multiblock reads due to hw bugs */\n" "> \t\tif (card->host->caps2 & MMC_CAP2_NO_MULTI_READ &&\n" - "> -\t\t rq_data_dir(req) == READ)\n" + "> -\t\t rq_data_dir(req) = READ)\n" "> -\t\t\tbrq->data.blocks = 1;\n" - "> +\t\t rq_data_dir(req) == READ) {\n" + "> +\t\t rq_data_dir(req) = READ) {\n" "> +\n" "> +\t\t\tif (card->host->caps2 & MMC_CAP2_2BLKS_LIMIT) {\n" "> +\t\t\t\t/*\n" @@ -52,7 +52,7 @@ "> +\t\t\t\t * value may not be read properly.\n" "> +\t\t\t\t * Use single block read for this HW bug\n" "> +\t\t\t\t */\n" - "> +\t\t\t\tif (brq->data.blocks == 2)\n" + "> +\t\t\t\tif (brq->data.blocks = 2)\n" "> +\t\t\t\t\tbrq->data.blocks = 1;\n" "\n" " I don't understand: previous code set 'brq->data.blocks' to 1 in any case \n" @@ -70,4 +70,4 @@ "\n" WBR, Sergei -ea089e5d55b097018ae89f8ea7e691a1ae7f5f5eb4059ca00a39b067dfd7f653 +012c4279388f416df11ac74be571f5206b07e1f0a10c7862a3fe89bb31db4f38
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.