Re: [PATCH v2 3/5] i2c: Congatec Board Controller i2c bus driver

From: Andi Shyti
Date: Tue Nov 19 2024 - 17:41:49 EST


Hi Thomas,

...

> +static struct platform_driver cgbc_i2c_driver = {
> + .driver = {
> + .name = "cgbc-i2c",
> + },
> + .probe = cgbc_i2c_probe,
> + .remove_new = cgbc_i2c_remove,

Please use "remove" now.

Andi