From: David Brownell Subject: i2c/vt8231: Remove superfluous initialization Remove a superfluous initialization from the vt8231 hwmon driver; the i2c core does this, and the source field will be vanishing soon. Signed-off-by: David Brownell Signed-off-by: Jean Delvare --- drivers/hwmon/vt8231.c | 1 - 1 file changed, 1 deletion(-) --- linux-2.6.20-rc1.orig/drivers/hwmon/vt8231.c 2006-12-17 22:05:55.000000000 +0100 +++ linux-2.6.20-rc1/drivers/hwmon/vt8231.c 2006-12-18 07:18:48.000000000 +0100 @@ -727,7 +727,6 @@ client->addr = isa_address; client->adapter = adapter; client->driver = &vt8231_driver; - client->dev.parent = &adapter->dev; /* Fill in the remaining client fields and put into the global list */ strlcpy(client->name, "vt8231", I2C_NAME_SIZE);