index 956afa445998..e293797ded66 100644 --- a/include/linux/mfd/da9055/core.h +++ b/include/linux/mfd/da9055/core.h @@ -42,7 +42,7 @@ struct da9055 { struct regmap *regmap; struct regmap_irq_chip_data *irq_data; struct device *dev;
- struct i2c_client *i2c_client;
- struct i2c_client *i2c_client, *codec;
I'd prefer this on its own in a struct declaration.
Apart from that MFD parts look good to me.
Can you create an IB for me to pull from?