diff for duplicates of <1112311396681@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 1cd20fd..865eab0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -110,7 +110,7 @@ diff -Nru a/drivers/i2c/chips/w83781d.c b/drivers/i2c/chips/w83781d.c device_create_file_sensor(new_client, 3); } -#ifdef W83781D_RT -- if (kind = w83781d) { +- if (kind == w83781d) { - device_create_file_rt(new_client, 1); - device_create_file_rt(new_client, 2); - device_create_file_rt(new_client, 3); @@ -132,7 +132,7 @@ diff -Nru a/drivers/i2c/chips/w83781d.c b/drivers/i2c/chips/w83781d.c - that the others support it as well.... -*/ - -- if (init && type = w83781d) { +- if (init && type == w83781d) { - u16 k = 0; -/* - Auto-indexing doesn't seem to work... @@ -143,7 +143,8 @@ diff -Nru a/drivers/i2c/chips/w83781d.c b/drivers/i2c/chips/w83781d.c - for (j = 0; j < 32; j++) { - w83781d_write_value(client, - W83781D_REG_RT_IDX, k++); -- data->rt[i][j] - w83781d_read_value(client, +- data->rt[i][j] = +- w83781d_read_value(client, - W83781D_REG_RT_VAL); - } - } diff --git a/a/content_digest b/N1/content_digest index fb8fa1f..e64b72f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\011123113952409@kroah.com\0" - "From\0gregkh@suse.de (Greg KH)\0" + "From\0Greg KH <gregkh@suse.de>\0" "Subject\0[PATCH] I2C: Drop useless w83781d RT feature\0" - "Date\0Thu, 19 May 2005 06:25:48 +0000\0" + "Date\0Thu, 31 Mar 2005 15:23:16 -0800\0" "To\0linux-kernel@vger.kernel.org" " sensors@stimpy.netroedge.com\0" "Cc\0grant_nospam@dodo.com.au\0" @@ -119,7 +119,7 @@ " \t\t\tdevice_create_file_sensor(new_client, 3);\n" " \t}\n" "-#ifdef W83781D_RT\n" - "-\tif (kind = w83781d) {\n" + "-\tif (kind == w83781d) {\n" "-\t\tdevice_create_file_rt(new_client, 1);\n" "-\t\tdevice_create_file_rt(new_client, 2);\n" "-\t\tdevice_create_file_rt(new_client, 3);\n" @@ -141,7 +141,7 @@ "- that the others support it as well....\n" "-*/\n" "-\n" - "-\tif (init && type = w83781d) {\n" + "-\tif (init && type == w83781d) {\n" "-\t\tu16 k = 0;\n" "-/*\n" "- Auto-indexing doesn't seem to work...\n" @@ -152,7 +152,8 @@ "-\t\t\tfor (j = 0; j < 32; j++) {\n" "-\t\t\t\tw83781d_write_value(client,\n" "-\t\t\t\t\t\t W83781D_REG_RT_IDX, k++);\n" - "-\t\t\t\tdata->rt[i][j] -\t\t\t\t w83781d_read_value(client,\n" + "-\t\t\t\tdata->rt[i][j] =\n" + "-\t\t\t\t w83781d_read_value(client,\n" "-\t\t\t\t\t\t W83781D_REG_RT_VAL);\n" "-\t\t\t}\n" "-\t\t}\n" @@ -162,4 +163,4 @@ " \tif (init && type != as99127f) {\n" " \t\t/* Enable temp2 */" -d425fb61e68f5ac95cd10e1eacfcfc9db029c805266f6ea837bd4aabda25a580 +a5487c56ced62aa9ddb053e1b718f092be694d03ca5938bf73f11931c28723d9
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.