diff for duplicates of <51682E0C.4090605@metafoo.de> diff --git a/a/1.txt b/N1/1.txt index 37b4c41..4d0177d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,7 +30,7 @@ better to extent the bridge driver than writing this custom driver. > +++ b/Documentation/hwmon/da9058 > @@ -0,0 +1,38 @@ > +Kernel driver da9058-hwmon -> +============= +> +========================== > + > +Supported chips: > + * Dialog Semiconductor DA9058 PMIC @@ -336,14 +336,14 @@ better to extent the bridge driver than writing this custom driver. > + struct da9058_hwmon *hwmon; > + int ret; > + -> + if (cell = NULL) { +> + if (cell == NULL) { > + ret = -ENODEV; > + goto exit; > + } > + > + hwmon_pdata = cell->platform_data; > + -> + if (hwmon_pdata = NULL) { +> + if (hwmon_pdata == NULL) { > + ret = -EINVAL; > + goto exit; > + } @@ -449,9 +449,3 @@ better to extent the bridge driver than writing this custom driver. > +MODULE_AUTHOR("Anthony Olech <Anthony.Olech@diasemi.com>"); > +MODULE_LICENSE("GPL v2"); > +MODULE_ALIAS("platform:da9058-hwmon"); - - -_______________________________________________ -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 83424a6..a1ba483 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0201304121312.r3CDCJte011826@latitude\0" "From\0Lars-Peter Clausen <lars@metafoo.de>\0" - "Subject\0Re: [lm-sensors] [NEW DRIVER V4 6/7] DA9058 HWMON driver\0" - "Date\0Fri, 12 Apr 2013 15:53:48 +0000\0" + "Subject\0Re: [NEW DRIVER V4 6/7] DA9058 HWMON driver\0" + "Date\0Fri, 12 Apr 2013 17:53:48 +0200\0" "To\0Anthony Olech <anthony.olech.opensource@diasemi.com>\0" "Cc\0Guenter Roeck <linux@roeck-us.net>" Jean Delvare <khali@linux-fr.org> @@ -44,7 +44,7 @@ "> +++ b/Documentation/hwmon/da9058\n" "> @@ -0,0 +1,38 @@\n" "> +Kernel driver da9058-hwmon\n" - "> +=============\n" + "> +==========================\n" "> +\n" "> +Supported chips:\n" "> + * Dialog Semiconductor DA9058 PMIC\n" @@ -350,14 +350,14 @@ "> +\tstruct da9058_hwmon *hwmon;\n" "> +\tint ret;\n" "> +\n" - "> +\tif (cell = NULL) {\n" + "> +\tif (cell == NULL) {\n" "> +\t\tret = -ENODEV;\n" "> +\t\tgoto exit;\n" "> +\t}\n" "> +\n" "> +\thwmon_pdata = cell->platform_data;\n" "> +\n" - "> +\tif (hwmon_pdata = NULL) {\n" + "> +\tif (hwmon_pdata == NULL) {\n" "> +\t\tret = -EINVAL;\n" "> +\t\tgoto exit;\n" "> +\t}\n" @@ -462,12 +462,6 @@ "> +MODULE_DESCRIPTION(\"Dialog DA9058 PMIC HardWare Monitor Driver\");\n" "> +MODULE_AUTHOR(\"Anthony Olech <Anthony.Olech@diasemi.com>\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" - "> +MODULE_ALIAS(\"platform:da9058-hwmon\");\n" - "\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + "> +MODULE_ALIAS(\"platform:da9058-hwmon\");" -c5c8e9080e636b49210a3fcf2d78953b1838476d1811999a73ac1d9484358cab +dd006fd512cd87b3acaaf8bf9f6178503d3114dad7c8047acecf059637fe814d
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.