fsi: i2cr: Switch to use struct i2c_driver's .probe()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 16 Aug 2023 17:19:44 +0000 (19:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Aug 2023 13:51:33 +0000 (15:51 +0200)
commitb587cb726467a9d1c62b4b61c284966fe677c040
tree6c7feddc7108d11a74fe6830e492b37918299b3d
parente312cbdc11305568554a9e18a2ea5c2492c183f3
fsi: i2cr: Switch to use struct i2c_driver's .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>
Reviewed-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20230816171944.123705-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fsi/fsi-master-i2cr.c