diff for duplicates of <542FDC0A.3070904@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 4b5e0eb..4128c02 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -104,7 +104,7 @@ using as yet. >>> } >>> + 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; >>> + } @@ -142,4 +142,9 @@ using as yet. > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -> +> + +_______________________________________________ +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 2a5f851..dec77cf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\05429988D.9060504@kernel.org\0" "ref\020140929191343.GC20189@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\0Sat, 04 Oct 2014 12:37:46 +0100\0" + "Subject\0Re: [lm-sensors] [PATCH] hwmon: (iio_hwmon) Add support for humidity and power sensors\0" + "Date\0Sat, 04 Oct 2014 11:37:46 +0000\0" "To\0Guenter Roeck <linux@roeck-us.net>\0" "Cc\0lm-sensors <lm-sensors@lm-sensors.org>" linux-iio@vger.kernel.org @@ -119,7 +119,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" @@ -157,6 +157,11 @@ "> To unsubscribe from this list: send the line \"unsubscribe linux-iio\" in\n" "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" - > + "> \n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -7f1652ac49d4cf3c0948c12ad0da1ee171b0a5e94f77a48e64d912652cc917f9 +73808861b190b2f9b76e84a31e653a4d205e5ba6acf73203fba56a728d2212b6
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.