On Wed, 21 Jun 2017 16:54:26 +0200, Wolfram Sang wrote: > > + if (msgs[i - 1].flags & I2C_M_STOP) { > > + bit_dbg(3, &i2c_adap->dev, > > + "emitting enforced stop condition\n"); > > + i2c_stop(adap); > > + bit_dbg(3, &i2c_adap->dev, > > + "emitting start condition\n"); > > Do you mind if I combine the two debug outputs into one? > > > + bit_dbg(3, &i2c_adap->dev, > > + "emitting enforced stop/start condition\n"); > Go ahead, fine with me. -- Jean Delvare SUSE L3 Support