diff for duplicates of <20150608094253.GA32148@firo> diff --git a/a/1.txt b/N1/1.txt index b74e5c2..f3a2f07 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,7 +27,7 @@ On Mon, Jun 08, 2015 at 05:37:10PM +0800, Firo Yang wrote: > struct ssp_device *ssp; > > ssp = platform_get_drvdata(pdev); -> if (ssp = NULL) +> if (ssp == NULL) > return -ENODEV; > >- iounmap(ssp->mmio_base); diff --git a/a/content_digest b/N1/content_digest index aa29e44..8c701e4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01433756230-31956-1-git-send-email-firogm@gmail.com\0" "From\0Firo Yang <firogm@gmail.com>\0" "Subject\0Re: [PATCH v3] ARM: pxa: ssp: remove unnessary free for devm_xxx\0" - "Date\0Mon, 08 Jun 2015 09:42:53 +0000\0" + "Date\0Mon, 8 Jun 2015 17:42:53 +0800\0" "To\0davem@davemloft.net\0" "Cc\0alexander.duyck@gmail.com" eric.dumazet@gmail.com @@ -44,7 +44,7 @@ "> \tstruct ssp_device *ssp;\n" "> \n" "> \tssp = platform_get_drvdata(pdev);\n" - "> \tif (ssp = NULL)\n" + "> \tif (ssp == NULL)\n" "> \t\treturn -ENODEV;\n" "> \n" ">-\tiounmap(ssp->mmio_base);\n" @@ -68,4 +68,4 @@ "\n" -- -d4bc82c41e266abf809e3894becaaf1e5b6fbc3bf37a92186dd5b386a5d6ba15 +a742642bda492a82b7bd18b8964ef0e83f404ff6395e8fd0ad13c85e79908b40
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.