diff for duplicates of <538864C1.2040203@samsung.com> diff --git a/a/1.txt b/N1/1.txt index 40cc9bb..6e7e647 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,9 +30,9 @@ On 05/30/2014 07: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) { > + /* @@ -43,7 +43,7 @@ On 05/30/2014 07: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; > + } else { > + brq->data.blocks = 1; diff --git a/a/content_digest b/N1/content_digest index e56c3e9..6788952 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\087oayfpn14.wl%kuninori.morimoto.gx@renesas.com\0" "From\0Jaehoon Chung <jh80.chung@samsung.com>\0" "Subject\0Re: [PATCH 1/3] mmc: block: add block number limitation flag for lultiple block read\0" - "Date\0Fri, 30 May 2014 20:00:17 +0900\0" + "Date\0Fri, 30 May 2014 11:00:17 +0000\0" "To\0Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>" " Chris Ball <cjb@laptop.org>\0" "Cc\0Simon <horms@verge.net.au>" @@ -44,9 +44,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" @@ -57,7 +57,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" "> +\t\t\t} else {\n" "> +\t\t\t\tbrq->data.blocks = 1;\n" @@ -82,4 +82,4 @@ "> #define MMC_CAP2_HS200\t\t(MMC_CAP2_HS200_1_8V_SDR | \\\n" > -df1549a14a9d0b5ee499ead4458030994f40103e7c3652cdd08e168964fd917b +e7ae5d9c00bdd79b4c2c1b3330ffdde0c7b4ca027dc4ce4217d16899047d3b6f
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.