Hi Hans, ... > > + /* > > + * if BIOS setting value far from golden value, > > + * use golden value and warn user > > + */ > > + dev_warn(i2c->dev, "speed:%d, fstp:0x%x, golden:0x%x\n", > > + params[0], fstp, params[2]); > > Well, if you want to warn the user, the string should be more > descriptive. Maybe "FW settings might cause wrong timings" or whatever > these values mean. I don't know. > > The issues I mentioned could be resolved incrementally from my point of > view. Or with a new series. I don't mind. So, in general: Same goes for few minor checkpatch warnings. I will accept incremental patches to fix them... they are mainly allignment issues. Thanks, Andi