diff for duplicates of <5429988D.9060504@kernel.org> diff --git a/a/1.txt b/N1/1.txt index bb9c05e..d6075dc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -87,7 +87,7 @@ Jonathan > } > + 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; > + } @@ -120,4 +120,9 @@ Jonathan > 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 c0016ea..6a9f7d3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01411832985-12619-1-git-send-email-linux@roeck-us.net\0" "From\0Jonathan Cameron <jic23@kernel.org>\0" - "Subject\0Re: [PATCH] hwmon: (iio_hwmon) Add support for humidity and power sensors\0" - "Date\0Mon, 29 Sep 2014 18:36:13 +0100\0" + "Subject\0Re: [lm-sensors] [PATCH] hwmon: (iio_hwmon) Add support for humidity and power sensors\0" + "Date\0Mon, 29 Sep 2014 17:36:13 +0000\0" "To\0Guenter Roeck <linux@roeck-us.net>" " lm-sensors <lm-sensors@lm-sensors.org>\0" "Cc\0linux-iio@vger.kernel.org" @@ -100,7 +100,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" @@ -133,6 +133,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 -c2fca4cc5f2a1b3bcd98ed17a1709e2b54fa37f1f19b112b5615fc8729e56d49 +27d7bd6f3f091055b0701af3de6ab5ad5c45bc6fc08ac268dbba0d11919d1343
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.