diff for duplicates of <4CC1B7CA.9000403@cam.ac.uk> diff --git a/a/1.txt b/N1/1.txt index 3e59d7a..757648a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,8 +5,8 @@ On 10/22/10 12:57, Samu Onkalo wrote: > Feature is optional and must be enabled in platform data. Answers all my queries on the previous version > -> Signed-off-by: Samu Onkalo <samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org> -Acked-by: Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org> +> Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com> +Acked-by: Jonathan Cameron <jic23@cam.ac.uk> > --- > drivers/hwmon/lis3lv02d.c | 52 ++++++++++++++++++++++++++++++++++++++ > drivers/hwmon/lis3lv02d.h | 12 +++++++++ @@ -115,7 +115,7 @@ Acked-by: Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org> > + dev->reg_cache = kzalloc(max(sizeof(lis3_wai8_regs), > + sizeof(lis3_wai12_regs)), GFP_KERNEL); > + -> + if (dev->reg_cache == NULL) { +> + if (dev->reg_cache = NULL) { > + printk(KERN_ERR DRIVER_NAME "out of memory\n"); > + return -ENOMEM; > + } @@ -188,7 +188,7 @@ Acked-by: Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org> > +static int lis3_reg_ctrl(struct lis3lv02d *lis3, bool state) > +{ > + int ret; -> + if (state == LIS3_REG_OFF) { +> + if (state = LIS3_REG_OFF) { > + ret = regulator_bulk_disable(ARRAY_SIZE(lis3->regulators), > + lis3->regulators); > + } else { @@ -294,3 +294,9 @@ Acked-by: Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org> > int (*setup_resources)(void); > int (*release_resources)(void); > /* Limits for selftest are specified in chip data sheet */ + + +_______________________________________________ +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 5586d77..013d385 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,15 @@ "ref\01287748654-2626-1-git-send-email-samu.p.onkalo@nokia.com\0" "ref\01287748654-2626-3-git-send-email-samu.p.onkalo@nokia.com\0" - "ref\01287748654-2626-3-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org\0" - "From\0Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>\0" - "Subject\0Re: [PATCH 02/12] hwmon: lis3: regulator control\0" - "Date\0Fri, 22 Oct 2010 17:11:54 +0100\0" - "To\0Samu Onkalo <samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>\0" - "Cc\0eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org" - khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org - guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org - lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org - linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "From\0Jonathan Cameron <jic23@cam.ac.uk>\0" + "Subject\0Re: [lm-sensors] [PATCH 02/12] hwmon: lis3: regulator control\0" + "Date\0Fri, 22 Oct 2010 16:11:54 +0000\0" + "To\0Samu Onkalo <samu.p.onkalo@nokia.com>\0" + "Cc\0eric.piel@tremplin-utc.net" + khali@linux-fr.org + guenter.roeck@ericsson.com + lm-sensors@lm-sensors.org + linux-i2c@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On 10/22/10 12:57, Samu Onkalo wrote:\n" @@ -20,8 +19,8 @@ "> Feature is optional and must be enabled in platform data.\n" "Answers all my queries on the previous version\n" "> \n" - "> Signed-off-by: Samu Onkalo <samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>\n" - "Acked-by: Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>\n" + "> Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com>\n" + "Acked-by: Jonathan Cameron <jic23@cam.ac.uk>\n" "> ---\n" "> drivers/hwmon/lis3lv02d.c | 52 ++++++++++++++++++++++++++++++++++++++\n" "> drivers/hwmon/lis3lv02d.h | 12 +++++++++\n" @@ -130,7 +129,7 @@ "> +\tdev->reg_cache = kzalloc(max(sizeof(lis3_wai8_regs),\n" "> +\t\t\t\t sizeof(lis3_wai12_regs)), GFP_KERNEL);\n" "> +\n" - "> +\tif (dev->reg_cache == NULL) {\n" + "> +\tif (dev->reg_cache = NULL) {\n" "> +\t\tprintk(KERN_ERR DRIVER_NAME \"out of memory\\n\");\n" "> +\t\treturn -ENOMEM;\n" "> +\t}\n" @@ -203,7 +202,7 @@ "> +static int lis3_reg_ctrl(struct lis3lv02d *lis3, bool state)\n" "> +{\n" "> +\tint ret;\n" - "> +\tif (state == LIS3_REG_OFF) {\n" + "> +\tif (state = LIS3_REG_OFF) {\n" "> +\t\tret = regulator_bulk_disable(ARRAY_SIZE(lis3->regulators),\n" "> +\t\t\t\t\tlis3->regulators);\n" "> +\t} else {\n" @@ -308,6 +307,12 @@ "> +\tu16 driver_features;\n" "> \tint (*setup_resources)(void);\n" "> \tint (*release_resources)(void);\n" - "> \t/* Limits for selftest are specified in chip data sheet */" + "> \t/* Limits for selftest are specified in chip data sheet */\n" + "\n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -3dd4602bf265d84896055250913c4e54bf921c9b62d91e18ca5d78a79c1d93d2 +eeeef8193f05721fd56468792927e1f35910a84f21b5d23f0bdf7054edefb705
diff --git a/a/1.txt b/N2/1.txt index 3e59d7a..9490733 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,8 +5,8 @@ On 10/22/10 12:57, Samu Onkalo wrote: > Feature is optional and must be enabled in platform data. Answers all my queries on the previous version > -> Signed-off-by: Samu Onkalo <samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org> -Acked-by: Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org> +> Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com> +Acked-by: Jonathan Cameron <jic23@cam.ac.uk> > --- > drivers/hwmon/lis3lv02d.c | 52 ++++++++++++++++++++++++++++++++++++++ > drivers/hwmon/lis3lv02d.h | 12 +++++++++ diff --git a/a/content_digest b/N2/content_digest index 5586d77..db6dabf 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,16 +1,15 @@ "ref\01287748654-2626-1-git-send-email-samu.p.onkalo@nokia.com\0" "ref\01287748654-2626-3-git-send-email-samu.p.onkalo@nokia.com\0" - "ref\01287748654-2626-3-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org\0" - "From\0Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>\0" + "From\0Jonathan Cameron <jic23@cam.ac.uk>\0" "Subject\0Re: [PATCH 02/12] hwmon: lis3: regulator control\0" "Date\0Fri, 22 Oct 2010 17:11:54 +0100\0" - "To\0Samu Onkalo <samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>\0" - "Cc\0eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org" - khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org - guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org - lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org - linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Samu Onkalo <samu.p.onkalo@nokia.com>\0" + "Cc\0eric.piel@tremplin-utc.net" + khali@linux-fr.org + guenter.roeck@ericsson.com + lm-sensors@lm-sensors.org + linux-i2c@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On 10/22/10 12:57, Samu Onkalo wrote:\n" @@ -20,8 +19,8 @@ "> Feature is optional and must be enabled in platform data.\n" "Answers all my queries on the previous version\n" "> \n" - "> Signed-off-by: Samu Onkalo <samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>\n" - "Acked-by: Jonathan Cameron <jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>\n" + "> Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com>\n" + "Acked-by: Jonathan Cameron <jic23@cam.ac.uk>\n" "> ---\n" "> drivers/hwmon/lis3lv02d.c | 52 ++++++++++++++++++++++++++++++++++++++\n" "> drivers/hwmon/lis3lv02d.h | 12 +++++++++\n" @@ -310,4 +309,4 @@ "> \tint (*release_resources)(void);\n" "> \t/* Limits for selftest are specified in chip data sheet */" -3dd4602bf265d84896055250913c4e54bf921c9b62d91e18ca5d78a79c1d93d2 +70a31a5e5c0fb5748d665a768f195999789e78e6176bc071e428ab453c916583
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.