usb: typec: nb7vpq904m: Switch back to use struct i2c_driver::probe
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 26 Jun 2023 09:13:14 +0000 (11:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jul 2023 15:50:53 +0000 (17:50 +0200)
commit6744aa931a57eafc16ac656e2565591b7ed8fcd7
tree2c1b4cd2f1e8c6c1c1643b98f49533b20ba4023c
parent015fbddefcfbf8b44c89b2e9b0b3dd77631f1e51
usb: typec: nb7vpq904m: Switch back to use struct i2c_driver::probe

struct i2c_driver::probe_new is about to go away. Switch the driver to
use the probe callback with the same prototype.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20230626091314.557122-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/mux/nb7vpq904m.c