Re: [PATCH 289/606] macintosh: ams/ams-i2c: Convert to i2c's .probe_new()

2022-11-19 Thread Uwe Kleine-König
Hello Christophe, On Sat, Nov 19, 2022 at 07:38:58AM +, Christophe Leroy wrote: > Le 18/11/2022 à 23:40, Uwe Kleine-König a écrit : > > From: Uwe Kleine-König > > > > The probe function doesn't make use of the i2c_device_id * parameter so it > > can be trivially converted. > > > > Signed-of

Re: [PATCH 289/606] macintosh: ams/ams-i2c: Convert to i2c's .probe_new()

2022-11-18 Thread Christophe Leroy
Le 18/11/2022 à 23:40, Uwe Kleine-König a écrit : > From: Uwe Kleine-König > > The probe function doesn't make use of the i2c_device_id * parameter so it > can be trivially converted. > > Signed-off-by: Uwe Kleine-König The patch itself and the others seems ok. But can you group all macinto