Hi, On Fri, Nov 18, 2022 at 2:46 PM Uwe Kleine-König <uwe@xxxxxxxxxxxxxxxxx> wrote: > > From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > > 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 <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > drivers/gpu/drm/bridge/ti-sn65dsi86.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx> As per request in the cover letter (and no countermands in the replies to the cover), I'm landing this myself. Pushed to drm-misc/drm-misc-next with my review and Laurent's. de86815b3730 drm/bridge: ti-sn65dsi86: Convert to i2c's .probe_new()