diff for duplicates of <554259A0.9030307@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index 51a5f9c..972f806 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,7 +24,7 @@ On 04/30/2015 03:31 PM, Ben Hutchings wrote: > + struct mmc_host *mmc = dev_get_drvdata(&pdev->dev); > + struct tmio_mmc_host *host = mmc_priv(mmc); > + -> + if (clk == true) { +> + if (clk = true) { 'clk' is *int*. Perhaps, should be just *if* (clk)? diff --git a/a/content_digest b/N1/content_digest index 6ac3510..04e528f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01430397081.5802.41.camel@xylophone.i.decadent.org.uk\0" "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Subject\0Re: [RFC PATCH 2/7] mmc: sh_mobile_sdhi: Add actual clock rate support\0" - "Date\0Thu, 30 Apr 2015 19:34:40 +0300\0" + "Date\0Thu, 30 Apr 2015 16:34:40 +0000\0" "To\0Ben Hutchings <ben.hutchings@codethink.co.uk>" Ian Molton <ian@mnementh.co.uk> " linux-mmc@vger.kernel.org\0" @@ -38,7 +38,7 @@ "> +\tstruct mmc_host *mmc = dev_get_drvdata(&pdev->dev);\n" "> +\tstruct tmio_mmc_host *host = mmc_priv(mmc);\n" "> +\n" - "> +\tif (clk == true) {\n" + "> +\tif (clk = true) {\n" "\n" " 'clk' is *int*. Perhaps, should be just *if* (clk)?\n" "\n" @@ -55,4 +55,4 @@ "\n" WBR, Sergei -c4e597f87b733bef52786ee22d98770367376a71aea6bc21da4e8318da873ef0 +8b23211d5d4c34546fe69d8549a14d2cafd344131103e7f5d62471e5195c8a12
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.