|
@@ -208,7 +208,7 @@ MODULE_DEVICE_TABLE(of, ltc4306_of_match);
|
|
|
|
|
|
static int ltc4306_probe(struct i2c_client *client)
|
|
static int ltc4306_probe(struct i2c_client *client)
|
|
{
|
|
{
|
|
- struct i2c_adapter *adap = to_i2c_adapter(client->dev.parent);
|
|
|
|
|
|
+ struct i2c_adapter *adap = client->adapter;
|
|
const struct chip_desc *chip;
|
|
const struct chip_desc *chip;
|
|
struct i2c_mux_core *muxc;
|
|
struct i2c_mux_core *muxc;
|
|
struct ltc4306 *data;
|
|
struct ltc4306 *data;
|