diff for duplicates of <20071219163524.4e0720d4@hyperion.delvare> diff --git a/a/1.txt b/N1/1.txt index 9068b3b..9bcdaa0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -118,7 +118,7 @@ Ditto. > +#define ADS7828_INT_VREF 2500 /* Internal vref is 2.5v, 2500mV */ > + > +/* module parameters */ -> +static int ads7828_se_input = 1; /* Default is SE, 0 = diff */ +> +static int ads7828_se_input = 1; /* Default is SE, 0 == diff */ > +static int ads7828_int_vref = 1; /* Default is internal ref ON */ > +static int ads7828_vref = ADS7828_INT_VREF; /* set if vref != 2.5v */ > +module_param(ads7828_se_input, bool, S_IRUGO); @@ -303,7 +303,7 @@ seem particularly useful to me. > + 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 */ @@ -431,8 +431,3 @@ Missing ">". -- Jean Delvare - -_______________________________________________ -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 59c8401..92b52ed 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\04754441F.1030405@linuxrealtime.co.uk\0" "From\0Jean Delvare <khali@linux-fr.org>\0" - "Subject\0Re: [lm-sensors] [PATCH 1/1] : hwmon - new chip driver for TI\0" - "Date\0Wed, 19 Dec 2007 15:35:24 +0000\0" + "Subject\0Re: [PATCH 1/1] : hwmon - new chip driver for TI ADS7828 A-D\0" + "Date\0Wed, 19 Dec 2007 16:35:24 +0100\0" "To\0Steve Hardy <steve@linuxrealtime.co.uk>\0" "Cc\0lm-sensors@lm-sensors.org" " linux-kernel@vger.kernel.org\0" @@ -127,7 +127,7 @@ "> +#define ADS7828_INT_VREF 2500 /* Internal vref is 2.5v, 2500mV */\n" "> +\n" "> +/* module parameters */\n" - "> +static int ads7828_se_input = 1; /* Default is SE, 0 = diff */\n" + "> +static int ads7828_se_input = 1; /* Default is SE, 0 == diff */\n" "> +static int ads7828_int_vref = 1; /* Default is internal ref ON */\n" "> +static int ads7828_vref = ADS7828_INT_VREF; /* set if vref != 2.5v */\n" "> +module_param(ads7828_se_input, bool, S_IRUGO);\n" @@ -312,7 +312,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" @@ -439,11 +439,6 @@ "\n" "\n" "-- \n" - "Jean Delvare\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + Jean Delvare -133be8e0fe7e3fefbeeff8e35efe4f62f84653f12487add61d9700b6eb150a5a +046d2e61cd973739a63cf224a05b9a5db36781f5fdff40ad092320c2c23e715b
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.