This last patch fixes missing spaces in an error message in i2c-core.c. Original patch by Ky?sti M?lkki. Thanks! --- linux-2.4.25-pre4-k7/drivers/i2c/i2c-core.c Sun Jan 11 10:33:12 2004 +++ linux-2.4.25-pre4-k8/drivers/i2c/i2c-core.c Sun Jan 11 13:51:11 2004 @@ -359,8 +359,8 @@ "unregistering driver " "`%s', the client at " "address %02x of " - "adapter `%s' could not" - "be detached; driver" + "adapter `%s' could not " + "be detached; driver " "not unloaded!", driver->name, client->addr, -- Jean Delvare http://www.ensicaen.ismra.fr/~delvare/