diff for duplicates of <4CA76CDA.4040803@cam.ac.uk> diff --git a/a/1.txt b/N1/1.txt index e599d9f..b308442 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ As this is a simple save and restore state patch I'm happy to comment on it. Mostly fine, though I have a couple of minor questions. > -> Signed-off-by: Samu Onkalo <samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org> +> Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com> > --- > drivers/hwmon/lis3lv02d.c | 48 +++++++++++++++++++++++++++++++++++++++++ > drivers/hwmon/lis3lv02d.h | 19 ++++++++++++++++ @@ -191,7 +191,7 @@ consistency? > +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 { @@ -266,3 +266,9 @@ before!) Can remove_fs return an error? > } > > #ifdef CONFIG_PM + + +_______________________________________________ +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 a813a7f..52cea29 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\01285933616-16044-1-git-send-email-samu.p.onkalo@nokia.com\0" "ref\01285933616-16044-3-git-send-email-samu.p.onkalo@nokia.com\0" "ref\01285933616-16044-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: [lm-sensors] [RFC PATCH 2/9] hwmon: lis3: regulator control\0" - "Date\0Sat, 02 Oct 2010 18:33:14 +0100\0" + "Date\0Sat, 02 Oct 2010 17:33:14 +0000\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 @@ -21,7 +21,7 @@ "\n" "Mostly fine, though I have a couple of minor questions.\n" "> \n" - "> Signed-off-by: Samu Onkalo <samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>\n" + "> Signed-off-by: Samu Onkalo <samu.p.onkalo@nokia.com>\n" "> ---\n" "> drivers/hwmon/lis3lv02d.c | 48 +++++++++++++++++++++++++++++++++++++++++\n" "> drivers/hwmon/lis3lv02d.h | 19 ++++++++++++++++\n" @@ -206,7 +206,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" @@ -280,6 +280,12 @@ "> +\treturn 0;\n" "> }\n" "> \n" - > #ifdef CONFIG_PM + "> #ifdef CONFIG_PM\n" + "\n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -5834bf27d76d3fd68db01358b93ee578f2c94fb07b8d4e49808a0fe1d91c2be9 +b2869c1051a85db0e1e535923894caf5140e95f7bda95022db8ae45edb1c78f0
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.