diff for duplicates of <20120518091953.GG24355@linux-sh.org> diff --git a/a/1.txt b/N1/1.txt index dce1524..d75c7f3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On Fri, May 18, 2012 at 11:18:21AM +0200, Guennadi Liakhovetski wrote: > > On Thu, May 03, 2012 at 04:32:39PM +0100, Mark Brown wrote: > > > On Thu, May 03, 2012 at 05:05:34PM +0200, Guennadi Liakhovetski wrote: > > > -> > > > - if (regulator == NULL || IS_ERR(regulator)) +> > > > - if (regulator = NULL || IS_ERR(regulator)) > > > > + if (IS_ERR_OR_NULL(regulator)) > > > > > > The bigger question here is why we're accepting NULL in the first place. diff --git a/a/content_digest b/N1/content_digest index 5a8eebb..12f13c2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\0Pine.LNX.4.64.1205181104360.23140@axis700.grange\0" "From\0Paul Mundt <lethal@linux-sh.org>\0" "Subject\0Re: [PATCH 05/29] regulator: use IS_ERR_OR_NULL() instead of open-coding\0" - "Date\0Fri, 18 May 2012 18:19:53 +0900\0" + "Date\0Fri, 18 May 2012 09:19:53 +0000\0" "To\0Guennadi Liakhovetski <g.liakhovetski@gmx.de>\0" "Cc\0Mark Brown <broonie@opensource.wolfsonmicro.com>" linux-mmc@vger.kernel.org @@ -18,7 +18,7 @@ "> > On Thu, May 03, 2012 at 04:32:39PM +0100, Mark Brown wrote:\n" "> > > On Thu, May 03, 2012 at 05:05:34PM +0200, Guennadi Liakhovetski wrote:\n" "> > > \n" - "> > > > -\tif (regulator == NULL || IS_ERR(regulator))\n" + "> > > > -\tif (regulator = NULL || IS_ERR(regulator))\n" "> > > > +\tif (IS_ERR_OR_NULL(regulator))\n" "> > > \n" "> > > The bigger question here is why we're accepting NULL in the first place.\n" @@ -50,4 +50,4 @@ "Perhaps, but that's precisely what we do for struct clk in the case where\n" it not existing is non-fatal. -5f3d6e8a9b4b379e1caa145838c49ddb69c094d5fd306be4e29dec6cdf058099 +181a4d661056e9993c37a398c6476e72eb60dfa9ef37d7c8b41aad31d08a95bd
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.