Let me know if this patch fixes it or not.
thanks,
greg k-h
--- a/drivers/i2c/chips/it87.c Thu Apr 24 13:35:19 2003
+++ b/drivers/i2c/chips/it87.c Fri Apr 25 15:06:21 2003
@@ -585,6 +585,7 @@
err = -ENOMEM;
goto ERROR1;
}
+ memset(new_client, 0x00, sizeof(struct i2c_client)+sizeof(struct it87_data));
data = (struct it87_data *) (new_client + 1);
if (is_isa)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/