diff for duplicates of <554252A1.6070302@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index 36ac5a3..6248728 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,10 +29,10 @@ On 04/30/2015 03:32 PM, Ben Hutchings wrote: > + int min_uV, max_uV; > + int ret; > + -> + if (signal_voltage == MMC_SIGNAL_VOLTAGE_330) { +> + if (signal_voltage = MMC_SIGNAL_VOLTAGE_330) { > + min_uV = 2700000; > + max_uV = 3600000; -> + } else if (signal_voltage == MMC_SIGNAL_VOLTAGE_180) { +> + } else if (signal_voltage = MMC_SIGNAL_VOLTAGE_180) { > + min_uV = 1700000; > + max_uV = 1950000; > + } else { diff --git a/a/content_digest b/N1/content_digest index 328e869..994e0cd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01430397136.5802.44.camel@xylophone.i.decadent.org.uk\0" "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Subject\0Re: [RFC PATCH 5/7] mmc: sh_mobile_sdhi: Add UHS-I mode support\0" - "Date\0Thu, 30 Apr 2015 19:04:49 +0300\0" + "Date\0Thu, 30 Apr 2015 16:04:49 +0000\0" "To\0Ben Hutchings <ben.hutchings@codethink.co.uk>" Ian Molton <ian@mnementh.co.uk> " linux-mmc@vger.kernel.org\0" @@ -42,10 +42,10 @@ "> +\tint min_uV, max_uV;\n" "> +\tint ret;\n" "> +\n" - "> +\tif (signal_voltage == MMC_SIGNAL_VOLTAGE_330) {\n" + "> +\tif (signal_voltage = MMC_SIGNAL_VOLTAGE_330) {\n" "> +\t\tmin_uV = 2700000;\n" "> +\t\tmax_uV = 3600000;\n" - "> +\t} else if (signal_voltage == MMC_SIGNAL_VOLTAGE_180) {\n" + "> +\t} else if (signal_voltage = MMC_SIGNAL_VOLTAGE_180) {\n" "> +\t\tmin_uV = 1700000;\n" "> +\t\tmax_uV = 1950000;\n" "> +\t} else {\n" @@ -58,4 +58,4 @@ "\n" WBR, Sergei -a48b7108ece05ae4b1de16dc892cfb06494892b6117315bd6b058f0394ad7d12 +594cd3df48d9b1064866acb3cd9186edd0ba099d6b11e30a785a36fa49df6b69
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.