diff for duplicates of <4CC449CB.1040005@tremplin-utc.net> diff --git a/a/1.txt b/N1/1.txt index 2d307c5..08b7c36 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,8 +2,8 @@ Op 22-10-10 13:57, Samu Onkalo schreef: > If lis3lv02d_init_device fails, HW resources were not released > properly. In case of failure call release_resources if available. > -> Signed-off-by: Samu Onkalo<samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org> -Acked-by: Eric Piel <eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org> +> Signed-off-by: Samu Onkalo<samu.p.onkalo@nokia.com> +Acked-by: Eric Piel <eric.piel@tremplin-utc.net> > --- > drivers/hwmon/lis3lv02d_i2c.c | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) @@ -17,7 +17,7 @@ Acked-by: Eric Piel <eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org> > if (lis3_dev.reg_ctrl) > lis3_reg_ctrl(&lis3_dev, LIS3_REG_OFF); > + -> + if (ret == 0) +> + if (ret = 0) > + return 0; > fail: > + if (pdata&& pdata->release_resources) @@ -25,3 +25,9 @@ Acked-by: Eric Piel <eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org> > return ret; > } > + + +_______________________________________________ +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 a245a51..4d2bcd1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,23 @@ "ref\01287748654-2626-1-git-send-email-samu.p.onkalo@nokia.com\0" "ref\01287748654-2626-13-git-send-email-samu.p.onkalo@nokia.com\0" - "ref\01287748654-2626-13-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org\0" - "From\0\303\211ric Piel <eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org>\0" - "Subject\0Re: [PATCH 12/12] hwmon: lis3: Release resources is case of failure\0" - "Date\0Sun, 24 Oct 2010 16:59:23 +0200\0" - "To\0Samu Onkalo <samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>\0" - "Cc\0khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org" - guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org - jic23-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org - lm-sensors-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org - linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "From\0\303\211ric Piel <eric.piel@tremplin-utc.net>\0" + "Subject\0Re: [lm-sensors] [PATCH 12/12] hwmon: lis3: Release resources is\0" + "Date\0Sun, 24 Oct 2010 14:59:23 +0000\0" + "To\0Samu Onkalo <samu.p.onkalo@nokia.com>\0" + "Cc\0khali@linux-fr.org" + guenter.roeck@ericsson.com + jic23@cam.ac.uk + lm-sensors@lm-sensors.org + linux-i2c@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Op 22-10-10 13:57, Samu Onkalo schreef:\n" "> If lis3lv02d_init_device fails, HW resources were not released\n" "> properly. In case of failure call release_resources if available.\n" ">\n" - "> Signed-off-by: Samu Onkalo<samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>\n" - "Acked-by: Eric Piel <eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org>\n" + "> Signed-off-by: Samu Onkalo<samu.p.onkalo@nokia.com>\n" + "Acked-by: Eric Piel <eric.piel@tremplin-utc.net>\n" "> ---\n" "> drivers/hwmon/lis3lv02d_i2c.c | 5 +++++\n" "> 1 files changed, 5 insertions(+), 0 deletions(-)\n" @@ -32,13 +31,19 @@ "> \tif (lis3_dev.reg_ctrl)\n" "> \t\tlis3_reg_ctrl(&lis3_dev, LIS3_REG_OFF);\n" "> +\n" - "> +\tif (ret == 0)\n" + "> +\tif (ret = 0)\n" "> +\t\treturn 0;\n" "> fail:\n" "> +\tif (pdata&& pdata->release_resources)\n" "> +\t\tpdata->release_resources();\n" "> \treturn ret;\n" "> }\n" - > + ">\n" + "\n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -b6f5409585f06b04d5541d4cf5f99c75323208de31418ee64c08141e2cb20f60 +34c18f0f7ab5fc019883cf9df3d4f3f119068d8613b3a032f07275755f2b1589
diff --git a/a/1.txt b/N2/1.txt index 2d307c5..23d8872 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -2,8 +2,8 @@ Op 22-10-10 13:57, Samu Onkalo schreef: > If lis3lv02d_init_device fails, HW resources were not released > properly. In case of failure call release_resources if available. > -> Signed-off-by: Samu Onkalo<samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org> -Acked-by: Eric Piel <eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org> +> Signed-off-by: Samu Onkalo<samu.p.onkalo@nokia.com> +Acked-by: Eric Piel <eric.piel@tremplin-utc.net> > --- > drivers/hwmon/lis3lv02d_i2c.c | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/a/content_digest b/N2/content_digest index a245a51..48d851f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,24 +1,23 @@ "ref\01287748654-2626-1-git-send-email-samu.p.onkalo@nokia.com\0" "ref\01287748654-2626-13-git-send-email-samu.p.onkalo@nokia.com\0" - "ref\01287748654-2626-13-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org\0" - "From\0\303\211ric Piel <eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org>\0" + "From\0\303\211ric Piel <eric.piel@tremplin-utc.net>\0" "Subject\0Re: [PATCH 12/12] hwmon: lis3: Release resources is case of failure\0" "Date\0Sun, 24 Oct 2010 16:59:23 +0200\0" - "To\0Samu Onkalo <samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>\0" - "Cc\0khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org" - guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org - jic23-KWPb1pKIrIJaa/9Udqfwiw@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\0khali@linux-fr.org" + guenter.roeck@ericsson.com + jic23@cam.ac.uk + lm-sensors@lm-sensors.org + linux-i2c@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Op 22-10-10 13:57, Samu Onkalo schreef:\n" "> If lis3lv02d_init_device fails, HW resources were not released\n" "> properly. In case of failure call release_resources if available.\n" ">\n" - "> Signed-off-by: Samu Onkalo<samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>\n" - "Acked-by: Eric Piel <eric.piel-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org>\n" + "> Signed-off-by: Samu Onkalo<samu.p.onkalo@nokia.com>\n" + "Acked-by: Eric Piel <eric.piel@tremplin-utc.net>\n" "> ---\n" "> drivers/hwmon/lis3lv02d_i2c.c | 5 +++++\n" "> 1 files changed, 5 insertions(+), 0 deletions(-)\n" @@ -41,4 +40,4 @@ "> }\n" > -b6f5409585f06b04d5541d4cf5f99c75323208de31418ee64c08141e2cb20f60 +a391716dfbba64f2ef6469c1cac7fc8005e73425be9c8c52973f85365e2a767d
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.