RE: [PATCH V7 4/7] mfd: da9061: MFD core support

From: Steve Twiss
Date: Mon Apr 03 2017 - 10:20:22 EST


On 03 April 2017 15:12, Lee Jones wrote:

> > @@ -475,7 +855,25 @@ static int da9062_i2c_probe(struct i2c_client *i2c,
> > return -EINVAL;
> > }
> >
> > - chip->regmap = devm_regmap_init_i2c(i2c, &da9062_regmap_config);
> > + switch (chip->chip_type) {
> > + case(COMPAT_TYPE_DA9061):
>
> Brackets around the case value?
>
> That's a new one on me.

Hm. Do you want me to resend it without braces?

Regards,
Stephen