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: v6.6.17~3970^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21cc7f816c670423a9dae06ad7de5fbc40da97c7;p=platform%2Fkernel%2Flinux-rpi.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