aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2019-11-06 16:02:31 +0100
committerWolfram Sang <wsa@the-dreams.de>2019-11-11 20:46:08 +0100
commit7bdf7c84c216c6d0447e5e15d229e2c3d6b705fa (patch)
treecc938ca642366df81a1399ed0fe6fb0bec5f6069 /drivers/i2c
parenti2c: xiic: Fix kerneldoc warnings (diff)
downloadlinux-dev-7bdf7c84c216c6d0447e5e15d229e2c3d6b705fa.tar.xz
linux-dev-7bdf7c84c216c6d0447e5e15d229e2c3d6b705fa.zip
i2c: icy: no need to populate address for scanned device
i2c_new_{probed|scanned}_device will update the address after scanning. No need to preset it. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Max Staudt <max@enpas.org> Tested-by: Max Staudt <max@enpas.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-icy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-icy.c b/drivers/i2c/busses/i2c-icy.c
index 8382eb64b424..9d9fd78e0eed 100644
--- a/drivers/i2c/busses/i2c-icy.c
+++ b/drivers/i2c/busses/i2c-icy.c
@@ -122,7 +122,6 @@ static int icy_probe(struct zorro_dev *z,
struct fwnode_handle *new_fwnode;
struct i2c_board_info ltc2990_info = {
.type = "ltc2990",
- .addr = 0x4c,
};
i2c = devm_kzalloc(&z->dev, sizeof(*i2c), GFP_KERNEL);