diff for duplicates of <2555796.PtkImJGaK8@avalon> diff --git a/a/1.txt b/N1/1.txt index fb659bd..27a1a17 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -41,7 +41,7 @@ On Wednesday 12 June 2013 13:48:33 Grant Likely wrote: > > pin controller device. > > > > + -> > += Generic pinconf parameters = +> > +== Generic pinconf parameters == > > + > > +Pin configuration parameters are expressed by DT properties in the pin > > +controller device state nodes and child nodes. For devices that use the @@ -148,7 +148,7 @@ activates pull-ups on one pin group and one particular pin. > > + unsigned long *cfgs; > > + > > + cfgs = krealloc(*configs, sizeof(*cfgs) * count, GFP_KERNEL); -> > + if (cfgs = NULL) +> > + if (cfgs == NULL) > > + return -ENOMEM; > > + > > + cfgs[count - 1] = config; diff --git a/a/content_digest b/N1/content_digest index 8e4b122..af0eadf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020130612124833.A3ADB3E0A56@localhost\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [RFC] pinctrl: generic: Add DT bindings\0" - "Date\0Thu, 13 Jun 2013 22:39:33 +0000\0" + "Date\0Fri, 14 Jun 2013 00:39:33 +0200\0" "To\0Grant Likely <grant.likely@secretlab.ca>\0" "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>" linux-kernel@vger.kernel.org @@ -55,7 +55,7 @@ "> > pin controller device.\n" "> > \n" "> > +\n" - "> > += Generic pinconf parameters =\n" + "> > +== Generic pinconf parameters ==\n" "> > +\n" "> > +Pin configuration parameters are expressed by DT properties in the pin\n" "> > +controller device state nodes and child nodes. For devices that use the\n" @@ -162,7 +162,7 @@ "> > +\tunsigned long *cfgs;\n" "> > +\n" "> > +\tcfgs = krealloc(*configs, sizeof(*cfgs) * count, GFP_KERNEL);\n" - "> > +\tif (cfgs = NULL)\n" + "> > +\tif (cfgs == NULL)\n" "> > +\t\treturn -ENOMEM;\n" "> > +\n" "> > +\tcfgs[count - 1] = config;\n" @@ -189,4 +189,4 @@ "\n" Laurent Pinchart -8a8d17ff60a1d57f5a5937459e86bb95d28c138c4523f2e6432a546c2c91314f +b285b0d99dd94de2463b01c21e43ad8ee7ab438ec3e995229afe5b579cc3f5e9
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.