diff for duplicates of <20140929191343.GC20189@roeck-us.net> diff --git a/a/1.txt b/N1/1.txt index f8cfd5c..653e86e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -96,7 +96,7 @@ Guenter > > } > > + st->scale = devm_kzalloc(dev, sizeof(*st->scale) * st->num_channels, > > + GFP_KERNEL); -> > + if (st->scale == NULL) { +> > + if (st->scale = NULL) { > > + ret = -ENOMEM; > > + goto error_release_channels; > > + } @@ -129,4 +129,9 @@ Guenter > > default: > > ret = -EINVAL; > > goto error_release_channels; -> > +> > + +_______________________________________________ +lm-sensors mailing list +lm-sensors@lm-sensors.org +http://lists.lm-sensors.org/mailman/listinfo/lm-sensors diff --git a/a/content_digest b/N1/content_digest index 084fa58..ab84992 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01411832985-12619-1-git-send-email-linux@roeck-us.net\0" "ref\05429988D.9060504@kernel.org\0" "From\0Guenter Roeck <linux@roeck-us.net>\0" - "Subject\0Re: [PATCH] hwmon: (iio_hwmon) Add support for humidity and power sensors\0" - "Date\0Mon, 29 Sep 2014 12:13:43 -0700\0" + "Subject\0Re: [lm-sensors] [PATCH] hwmon: (iio_hwmon) Add support for humidity and power sensors\0" + "Date\0Mon, 29 Sep 2014 19:13:43 +0000\0" "To\0Jonathan Cameron <jic23@kernel.org>\0" "Cc\0lm-sensors <lm-sensors@lm-sensors.org>" linux-iio@vger.kernel.org @@ -110,7 +110,7 @@ "> > \t}\n" "> > +\tst->scale = devm_kzalloc(dev, sizeof(*st->scale) * st->num_channels,\n" "> > +\t\t\t\t GFP_KERNEL);\n" - "> > +\tif (st->scale == NULL) {\n" + "> > +\tif (st->scale = NULL) {\n" "> > +\t\tret = -ENOMEM;\n" "> > +\t\tgoto error_release_channels;\n" "> > +\t}\n" @@ -143,6 +143,11 @@ "> > \t\tdefault:\n" "> > \t\t\tret = -EINVAL;\n" "> > \t\t\tgoto error_release_channels;\n" - > > + "> > \n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -b54cfe7b0b02c29c79b8a2d53508f490fc04c738e629c1239f589fab66d7ae98 +b4b970d9bdcb10590d7ffa5eb6e4890b7b0a1b8fc2f7dc55ed162c4d5a2a073b
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.