aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorGravatar Uwe Kleine-König <u.kleine-koenig@pengutronix.de> 2023-02-26 23:26:52 +0100
committerGravatar Wolfram Sang <wsa@kernel.org> 2023-03-09 21:59:11 +0100
commit03c835f498b540087244a6757e87dfe7ef10999b (patch)
tree98c51960e5158bcc79dda003abf48fa512412589 /drivers/platform
parentmedia: i2c: ov2685: convert to i2c's .probe_new() (diff)
downloadlinux-03c835f498b5.tar.gz
linux-03c835f498b5.tar.bz2
linux-03c835f498b5.zip
i2c: Switch .probe() to not take an id parameter
Commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() call-back type") introduced a new probe callback to convert i2c init routines to not take an i2c_device_id parameter. Now that all in-tree drivers are converted to the temporary .probe_new() callback, .probe() can be modified to match the desired prototype. Now that .probe() and .probe_new() have the same semantic, they can be defined as members of an anonymous union to save some memory and simplify the core code a bit. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/platform')
0 files changed, 0 insertions, 0 deletions