diff for duplicates of <20071212022550.d8d3b295.akpm@linux-foundation.org> diff --git a/a/1.txt b/N1/1.txt index bb3f5e7..8e2bc09 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -183,7 +183,7 @@ Use kzalloc() above, remove the memset. > + if (kind <= 0) > + kind = ads7828; > + -> + if (kind = ads7828) +> + if (kind == ads7828) > + name = "ads7828"; > + > + /* Fill in the remaining client fields, put it into the global list */ @@ -283,9 +283,3 @@ But that one's great! It all looks reasonable. I'd have applied it if it weren't for the mailer-mangling. - - -_______________________________________________ -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 8f590aa..c3aa401 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\04754441F.1030405@linuxrealtime.co.uk\0" "From\0Andrew Morton <akpm@linux-foundation.org>\0" - "Subject\0Re: [lm-sensors] [PATCH 1/1] : hwmon - new chip driver for TI\0" - "Date\0Wed, 12 Dec 2007 10:25:50 +0000\0" + "Subject\0Re: [PATCH 1/1] : hwmon - new chip driver for TI ADS7828 A-D\0" + "Date\0Wed, 12 Dec 2007 02:25:50 -0800\0" "To\0Steve Hardy <steve@linuxrealtime.co.uk>\0" "Cc\0lm-sensors@lm-sensors.org" " linux-kernel@vger.kernel.org\0" @@ -192,7 +192,7 @@ "> + if (kind <= 0)\n" "> + kind = ads7828;\n" "> +\n" - "> + if (kind = ads7828)\n" + "> + if (kind == ads7828)\n" "> + name = \"ads7828\";\n" "> +\n" "> + /* Fill in the remaining client fields, put it into the global list */\n" @@ -291,12 +291,6 @@ "> +#define I2C_DRIVERID_ADS7828 1049\n" "\n" "It all looks reasonable. I'd have applied it if it weren't for the\n" - "mailer-mangling.\n" - "\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + mailer-mangling. -3571c254ce2a0c959e7a4a6c469cd8cdd0e4fefdd3a26c2209d690ab76121fab +d6e245b2f89b74522d403dd9edcb4730132d1afe93b30711d1fa084540cb8d14
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.