diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2021-09-18 23:35:51 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2021-09-25 23:27:39 +0200 |
commit | 38b17bc9c40e8f3138b02c624d9063b6781c8150 (patch) | |
tree | 0168f61f6e55372b782c86b26ee3419f2236286e /drivers/rtc/rtc-rx6110.c | |
parent | 6eee1c48be7cb0b9b14408521a9151c1021901d3 (diff) |
rtc: rx6110: simplify getting the adapter of a client
We have a dedicated pointer for that, so use it. Much easier to read and
less computation involved.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210918213553.14514-1-wsa+renesas@sang-engineering.com
Diffstat (limited to 'drivers/rtc/rtc-rx6110.c')
-rw-r--r-- | drivers/rtc/rtc-rx6110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-rx6110.c b/drivers/rtc/rtc-rx6110.c index f4d425002f7f..758fd6e11a15 100644 --- a/drivers/rtc/rtc-rx6110.c +++ b/drivers/rtc/rtc-rx6110.c @@ -422,7 +422,7 @@ static struct regmap_config regmap_i2c_config = { static int rx6110_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id) { - struct i2c_adapter *adapter = to_i2c_adapter(client->dev.parent); + struct i2c_adapter *adapter = client->adapter; struct rx6110_data *rx6110; if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA |