mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
power: supply: max14656_charger_detector: 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> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
124db1f91b
commit
71d7ffb29b
|
|
@ -251,7 +251,7 @@ static void stop_irq_work(void *data)
|
|||
static int max14656_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 device *dev = &client->dev;
|
||||
struct power_supply_config psy_cfg = {};
|
||||
struct max14656_chip *chip;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user