mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
i2c: tegra: drop duplicated code for assigning algo
This code is repeated in probe: i2c_dev->adapter.algo = &tegra_i2c_algo; Cc: Donglin Peng <pengdonglin137@163.com> Signed-off-by: Barry Song <21cnbao@gmail.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
35780e860f
commit
26f590e674
@ -873,7 +873,6 @@ static int tegra_i2c_probe(struct platform_device *pdev)
|
||||
i2c_dev->adapter.class = I2C_CLASS_DEPRECATED;
|
||||
strlcpy(i2c_dev->adapter.name, "Tegra I2C adapter",
|
||||
sizeof(i2c_dev->adapter.name));
|
||||
i2c_dev->adapter.algo = &tegra_i2c_algo;
|
||||
i2c_dev->adapter.dev.parent = &pdev->dev;
|
||||
i2c_dev->adapter.nr = pdev->id;
|
||||
i2c_dev->adapter.dev.of_node = pdev->dev.of_node;
|
||||
|
Loading…
Reference in New Issue
Block a user