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

From: Andi Shyti
Date: Wed Nov 20 2024 - 02:03:50 EST


Hi Thomas,

On Tue, Nov 19, 2024 at 11:41:36PM +0100, Andi Shyti wrote:
> 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.

please ignore this comment.

Andi