diff for duplicates of <10745567662012@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 6a7dc33..7f0bc17 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -263,8 +263,8 @@ diff -Nru a/drivers/i2c/chips/w83l785ts.c b/drivers/i2c/chips/w83l785ts.c + chip_id = i2c_smbus_read_byte_data(new_client, + W83L785TS_REG_CHIP_ID); + -+ if (man_id = 0x5CA3) { /* Winbond */ -+ if (chip_id = 0x70) { /* W83L785TS-S */ ++ if (man_id == 0x5CA3) { /* Winbond */ ++ if (chip_id == 0x70) { /* W83L785TS-S */ + kind = w83l785ts; + name = "w83l785ts"; + } diff --git a/a/content_digest b/N1/content_digest index 7ed6755..98dbb76 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,7 @@ "ref\010745567653686@kroah.com\0" - "ref\01074556757661@kroah.com\0" - "From\0greg@kroah.com (Greg KH)\0" - "Subject\0[PATCH] i2c driver fixes for 2.6.1\0" - "Date\0Thu, 19 May 2005 06:24:36 +0000\0" + "From\0Greg KH <greg@kroah.com>\0" + "Subject\0Re: [PATCH] i2c driver fixes for 2.6.1\0" + "Date\0Mon, 19 Jan 2004 15:59:26 -0800\0" "To\0linux-kernel@vger.kernel.org" " sensors@stimpy.netroedge.com\0" "\00:1\0" @@ -272,8 +271,8 @@ "+\t\tchip_id = i2c_smbus_read_byte_data(new_client,\n" "+\t\t\t W83L785TS_REG_CHIP_ID);\n" "+\n" - "+\t\tif (man_id = 0x5CA3) { /* Winbond */\n" - "+\t\t\tif (chip_id = 0x70) { /* W83L785TS-S */\n" + "+\t\tif (man_id == 0x5CA3) { /* Winbond */\n" + "+\t\t\tif (chip_id == 0x70) { /* W83L785TS-S */\n" "+\t\t\t\tkind = w83l785ts;\t\t\t\n" "+\t\t\t\tname = \"w83l785ts\";\n" "+\t\t\t}\n" @@ -378,4 +377,4 @@ " /*\n" * ---- Adapter types ---------------------------------------------------- -090e2ade648b0b0d7ddb7fca61021e31139442e88f70db83be3a3d04e098fa32 +4b108855bdbda4dd07d7cdc38e134fef6858c890872d696148bbd3f7fd613808
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.