diff for duplicates of <20051001072630.GJ25424@plexity.net> diff --git a/a/1.txt b/N1/1.txt index ddb8514..728362c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -550,8 +550,8 @@ diff --git a/drivers/hwmon/w83781d.c b/drivers/hwmon/w83781d.c } - memset(data->lm75[1], 0x0, sizeof(struct i2c_client)); - if (force_subclients[0] = id && - force_subclients[1] = address) { + if (force_subclients[0] == id && + force_subclients[1] == address) { @@ -1064,11 +1062,10 @@ w83781d_detect(struct i2c_adapter *adapt client structure, even though we cannot fill it completely yet. But it allows us to access w83781d_{read,write}_value. */ diff --git a/a/content_digest b/N1/content_digest index 8e8b0f5..15f9828 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ - "From\0dsaxena@plexity.net (Deepak Saxena)\0" - "Subject\0[lm-sensors] [PATCH] [HWMON] kmalloc + memset -> kzalloc conversion\0" - "Date\0Sat, 01 Oct 2005 09:26:46 +0000\0" + "From\0Deepak Saxena <dsaxena@plexity.net>\0" + "Subject\0[PATCH] [HWMON] kmalloc + memset -> kzalloc conversion\0" + "Date\0Sat, 1 Oct 2005 00:26:30 -0700\0" "To\0Linus Torvalds <torvalds@osdl.org>" " Andrew Morton <akpm@osdl.org>\0" "Cc\0lm-sensors@lm-sensors.org" @@ -559,8 +559,8 @@ " \t\t}\n" "-\t\tmemset(data->lm75[1], 0x0, sizeof(struct i2c_client));\n" " \n" - " \t\tif (force_subclients[0] = id &&\n" - " \t\t force_subclients[1] = address) {\n" + " \t\tif (force_subclients[0] == id &&\n" + " \t\t force_subclients[1] == address) {\n" "@@ -1064,11 +1062,10 @@ w83781d_detect(struct i2c_adapter *adapt\n" " \t client structure, even though we cannot fill it completely yet.\n" " \t But it allows us to access w83781d_{read,write}_value. */\n" @@ -625,4 +625,4 @@ "\n" Even a stopped clock gives the right time twice a day. -296e3bf3df4cfa99dfb531687840fcb7eed8d04acabda0cd0b2b0843871776c5 +a823c0a12d072394013f25e43ee866fdc5e6a7a28a1caf698e701d0cb310666b
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.