diff for duplicates of <20130612124833.A3ADB3E0A56@localhost> diff --git a/a/1.txt b/N1/1.txt index b21dd12..b23a1e2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,7 +29,7 @@ On Wed, 12 Jun 2013 00:03:57 +0200, Laurent Pinchart <laurent.pinchart+renesas@i > nodes, is again defined entirely by the binding for the individual 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 generic @@ -102,7 +102,7 @@ properties tend to be? > + 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 4509cce..14979a9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01370988237-30593-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com\0" "From\0Grant Likely <grant.likely@secretlab.ca>\0" "Subject\0Re: [RFC] pinctrl: generic: Add DT bindings\0" - "Date\0Wed, 12 Jun 2013 12:48:33 +0000\0" + "Date\0Wed, 12 Jun 2013 13:48:33 +0100\0" "To\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>" " linux-kernel@vger.kernel.org\0" "Cc\0devicetree-discuss@lists.ozlabs.org" @@ -41,7 +41,7 @@ "> nodes, is again defined entirely by the binding for the individual pin\n" "> controller device.\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 generic\n" @@ -114,7 +114,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" @@ -133,4 +133,4 @@ "\n" g. -19e98717a763e73e40fef970b5818e0f44492f69a2d145953fbb642e3e9daad8 +894f949bfabbcece929ff27e23f504cb53623986d9051ea4bf98d8b229d4384e
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.