diff for duplicates of <1072821970466@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 57af0d4..d968ffd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,7 +21,7 @@ diff -Nru a/drivers/i2c/busses/i2c-amd756.c b/drivers/i2c/busses/i2c-amd756.c outw_p(((addr & 0x7f) << 1) | (read_write & 0x01), SMB_HOST_ADDRESS); - /* TODO: Why only during write? */ - if (read_write = I2C_SMBUS_WRITE) + if (read_write == I2C_SMBUS_WRITE) - outb_p(command, SMB_HOST_COMMAND); + outb_p(command, SMB_HOST_DATA); size = AMD756_BYTE; diff --git a/a/content_digest b/N1/content_digest index 0485fd2..2972406 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,7 @@ "ref\010728219701447@kroah.com\0" - "ref\010728219692713@kroah.com\0" - "From\0greg@kroah.com (Greg KH)\0" - "Subject\0[PATCH] i2c driver fixes for 2.6.0\0" - "Date\0Thu, 19 May 2005 06:24:31 +0000\0" + "From\0Greg KH <greg@kroah.com>\0" + "Subject\0Re: [PATCH] i2c driver fixes for 2.6.0\0" + "Date\0Tue, 30 Dec 2003 14:06:10 -0800\0" "To\0linux-kernel@vger.kernel.org" " sensors@stimpy.netroedge.com\0" "\00:1\0" @@ -30,11 +29,11 @@ " \t\toutw_p(((addr & 0x7f) << 1) | (read_write & 0x01),\n" " \t\t SMB_HOST_ADDRESS);\n" "-\t\t/* TODO: Why only during write? */\n" - " \t\tif (read_write = I2C_SMBUS_WRITE)\n" + " \t\tif (read_write == I2C_SMBUS_WRITE)\n" "-\t\t\toutb_p(command, SMB_HOST_COMMAND);\n" "+\t\t\toutb_p(command, SMB_HOST_DATA);\n" " \t\tsize = AMD756_BYTE;\n" " \t\tbreak;\n" " \tcase I2C_SMBUS_BYTE_DATA:" -a5e4a77d1531fc20e6fc9ad3c5a82fbae1124823ade870e463f5b4758eb24fbd +23d283811a5451e906840fa262675a199bb940ebab4840e2f398f9538340e12f
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.