All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20110523135244.GA6897@ericsson.com>

diff --git a/a/1.txt b/N1/1.txt
index f44e68c..1e0a9bf 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,8 @@ On Mon, May 23, 2011 at 03:08:42AM -0400, Stijn Devriendt (sdevrien) wrote:
 > > >
 > > > +	if (data->flags & LM90_HAVE_LOCAL_EXT) {
 > > > +		if (lm90_params[data->kind].local_ext_offset > 0)
-> > > +			data->local_ext_offset > > > +
+> > > +			data->local_ext_offset =
+> > > +
 > lm90_params[data->kind].local_ext_offset;
 > > > +		else {
 > > > +			dev_err(&new_client->dev,
@@ -39,7 +40,7 @@ I would just use
 without any conditionals (the if statements just add code without real value),
 followed by
 
-	BUG_ON((data->flags & LM90_HAVE_LOCAL_EXT) && data->local_ext_offset = 0);
+	BUG_ON((data->flags & LM90_HAVE_LOCAL_EXT) && data->local_ext_offset == 0);
 
 if you want to be sure.
 
@@ -54,8 +55,3 @@ Try to apply your own patch, and you'll see git complain about whitespace errors
 
 Thanks,
 Guenter
-
-_______________________________________________
-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 c1fef1c..64defec 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,8 +2,8 @@
  "ref\020110523043711.GA4890@ericsson.com\0"
  "ref\06E4D2678AC543844917CA081C9D6B33F047F51E5@XMB-AMS-103.cisco.com\0"
  "From\0Guenter Roeck <guenter.roeck@ericsson.com>\0"
- "Subject\0Re: [lm-sensors] [PATCH] Add support for the Philips SA56004\0"
- "Date\0Mon, 23 May 2011 13:52:44 +0000\0"
+ "Subject\0Re: [lm-sensors] [PATCH] Add support for the Philips SA56004 temperature sensor.\0"
+ "Date\0Mon, 23 May 2011 06:52:44 -0700\0"
  "To\0Stijn Devriendt (sdevrien) <sdevrien@cisco.com>\0"
  "Cc\0khali@linux-fr.org <khali@linux-fr.org>"
   lm-sensors@lm-sensors.org <lm-sensors@lm-sensors.org>
@@ -22,7 +22,8 @@
  "> > >\n"
  "> > > +\tif (data->flags & LM90_HAVE_LOCAL_EXT) {\n"
  "> > > +\t\tif (lm90_params[data->kind].local_ext_offset > 0)\n"
- "> > > +\t\t\tdata->local_ext_offset > > > +\n"
+ "> > > +\t\t\tdata->local_ext_offset =\n"
+ "> > > +\n"
  "> lm90_params[data->kind].local_ext_offset;\n"
  "> > > +\t\telse {\n"
  "> > > +\t\t\tdev_err(&new_client->dev,\n"
@@ -51,7 +52,7 @@
  "without any conditionals (the if statements just add code without real value),\n"
  "followed by\n"
  "\n"
- "\tBUG_ON((data->flags & LM90_HAVE_LOCAL_EXT) && data->local_ext_offset = 0);\n"
+ "\tBUG_ON((data->flags & LM90_HAVE_LOCAL_EXT) && data->local_ext_offset == 0);\n"
  "\n"
  "if you want to be sure.\n"
  "\n"
@@ -65,11 +66,6 @@
  "Try to apply your own patch, and you'll see git complain about whitespace errors.\n"
  "\n"
  "Thanks,\n"
- "Guenter\n"
- "\n"
- "_______________________________________________\n"
- "lm-sensors mailing list\n"
- "lm-sensors@lm-sensors.org\n"
- http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
+ Guenter
 
-d94e74bf16fd9ee6f211abea56454ba4c7f333133f5ade6bae963616608c8cc6
+23b9b6af57608abf3b5c102841315e8f767782a54d26db60a8d463451bc04e83

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.