diff for duplicates of <20120826174721.GA32334@roeck-us.net> diff --git a/a/1.txt b/N1/1.txt index 93f95e5..0ea2b90 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,9 +10,9 @@ Hi again, > > > > - /* 3-wire link (shared SI/SO) for LM70 */ -> > - if (chip = LM70_CHIP_LM70 && !(spi->mode & SPI_3WIRE)) +> > - if (chip == LM70_CHIP_LM70 && !(spi->mode & SPI_3WIRE)) > > + /* 3-wire link (shared SI/SO) for LM70 and LM74 */ -> > + if ((chip = LM70_CHIP_LM70 || chip = LM70_CHIP_LM74) +> > + if ((chip == LM70_CHIP_LM70 || chip == LM70_CHIP_LM74) > > + && !(spi->mode & SPI_3WIRE)) > > Ok for now, but I'll have to check this. The driver does not really write @@ -34,8 +34,3 @@ selected with 'tmp121'. 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 5454ec4..534e966 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\0201208231532.q7NFWCQZ023407@localhost.localdomain\0" "ref\020120823181317.GA5623@roeck-us.net\0" "From\0Guenter Roeck <linux@roeck-us.net>\0" - "Subject\0Re: [lm-sensors] [PATCH] hwmon/lm70: adding support for NS LM74 chip\0" - "Date\0Sun, 26 Aug 2012 17:47:21 +0000\0" + "Subject\0Re: [PATCH] hwmon/lm70: adding support for NS LM74 chip\0" + "Date\0Sun, 26 Aug 2012 10:47:21 -0700\0" "To\0Christophe Leroy <christophe.leroy@c-s.fr>\0" "Cc\0Jean Delvare <khali@linux-fr.org>" linux-kernel@vger.kernel.org @@ -21,9 +21,9 @@ "\n" "> > \n" "> > -\t/* 3-wire link (shared SI/SO) for LM70 */\n" - "> > -\tif (chip = LM70_CHIP_LM70 && !(spi->mode & SPI_3WIRE))\n" + "> > -\tif (chip == LM70_CHIP_LM70 && !(spi->mode & SPI_3WIRE))\n" "> > +\t/* 3-wire link (shared SI/SO) for LM70 and LM74 */\n" - "> > +\tif ((chip = LM70_CHIP_LM70 || chip = LM70_CHIP_LM74)\n" + "> > +\tif ((chip == LM70_CHIP_LM70 || chip == LM70_CHIP_LM74)\n" "> > +\t\t\t&& !(spi->mode & SPI_3WIRE))\n" "> \n" "> Ok for now, but I'll have to check this. The driver does not really write\n" @@ -44,11 +44,6 @@ "selected with 'tmp121'.\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 -b769bd7e87649571f4175796a8fb8d4cc616ca23128daf27ba095c119b1807ee +847fb7f93ba945922ff3cfbb8136a8ea96be1fd6babb621c1d1e9a3093e22c09
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.