From: Uwe Kleine-König Date: Thu, 24 Aug 2023 19:56:17 +0000 (+0200) Subject: regulator: aw37503: Switch back to use struct i2c_driver's .probe() X-Git-Tag: ceph-for-6.6-rc4~213^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=21cc7f816c670423a9dae06ad7de5fbc40da97c7;p=ceph-client.git regulator: aw37503: Switch back 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