diff for duplicates of <1105162774832@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 62b14c9..191a27c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -57,7 +57,7 @@ diff -Nru a/drivers/i2c/busses/i2c-stub.c b/drivers/i2c/busses/i2c-stub.c break; + case I2C_SMBUS_BYTE: -+ if (read_write = I2C_SMBUS_WRITE) { ++ if (read_write == I2C_SMBUS_WRITE) { + stub_pointer = command; + dev_dbg(&adap->dev, "smbus byte - addr 0x%02x, " + "wrote 0x%02x.\n", @@ -73,7 +73,7 @@ diff -Nru a/drivers/i2c/busses/i2c-stub.c b/drivers/i2c/busses/i2c-stub.c + break; + case I2C_SMBUS_BYTE_DATA: - if (read_write = I2C_SMBUS_WRITE) { + if (read_write == I2C_SMBUS_WRITE) { stub_bytes[command] = data->byte; @@ -56,6 +73,7 @@ "read 0x%02x at 0x%02x.\n", diff --git a/a/content_digest b/N1/content_digest index c96cd27..17577cd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,7 @@ "ref\01105162774441@kroah.com\0" - "ref\011051627731563@kroah.com\0" - "From\0greg@kroah.com (Greg KH)\0" - "Subject\0[PATCH] I2C patches for 2.6.10\0" - "Date\0Thu, 19 May 2005 06:25:29 +0000\0" + "From\0Greg KH <greg@kroah.com>\0" + "Subject\0Re: [PATCH] I2C patches for 2.6.10\0" + "Date\0Fri, 7 Jan 2005 21:39:34 -0800\0" "To\0linux-kernel@vger.kernel.org" " sensors@stimpy.netroedge.com\0" "\00:1\0" @@ -66,7 +65,7 @@ " \t\tbreak;\n" " \n" "+\tcase I2C_SMBUS_BYTE:\n" - "+\t\tif (read_write = I2C_SMBUS_WRITE) {\n" + "+\t\tif (read_write == I2C_SMBUS_WRITE) {\n" "+\t\t\tstub_pointer = command;\n" "+\t\t\tdev_dbg(&adap->dev, \"smbus byte - addr 0x%02x, \"\n" "+\t\t\t\t\t\"wrote 0x%02x.\\n\",\n" @@ -82,7 +81,7 @@ "+\t\tbreak;\n" "+\n" " \tcase I2C_SMBUS_BYTE_DATA:\n" - " \t\tif (read_write = I2C_SMBUS_WRITE) {\n" + " \t\tif (read_write == I2C_SMBUS_WRITE) {\n" " \t\t\tstub_bytes[command] = data->byte;\n" "@@ -56,6 +73,7 @@\n" " \t\t\t\t\t\"read 0x%02x at 0x%02x.\\n\",\n" @@ -104,4 +103,4 @@ " \n" static struct i2c_algorithm smbus_algorithm = { -7508a685555b98162353a753dd99635a374b88643d054ed37568c0975f41d500 +94d73715b64c4815848bc12cc65649be7f08611c50f12def52ab48e030fff636
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.