mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
i3c: convert to use i2c_new_client_device()
Move away from the deprecated API. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Link: https://lore.kernel.org/linux-i3c/20200326211002.13241-2-wsa+renesas@sang-engineering.com
This commit is contained in:
parent
cd851485ef
commit
c4b9de11d0
@ -2160,7 +2160,7 @@ static int i3c_master_i2c_adapter_init(struct i3c_master_controller *master)
|
||||
* correctly even if one or more i2c devices are not registered.
|
||||
*/
|
||||
i3c_bus_for_each_i2cdev(&master->bus, i2cdev)
|
||||
i2cdev->dev = i2c_new_device(adap, &i2cdev->boardinfo->base);
|
||||
i2cdev->dev = i2c_new_client_device(adap, &i2cdev->boardinfo->base);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user