From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Delvare Subject: Re: [PATCH v2] i2c: algo-bit: add support for I2C_M_STOP Date: Thu, 22 Jun 2017 11:06:30 +0200 Message-ID: <20170622110630.42eae574@endymion> References: <20170621092402.773a4b14@endymion> <20170621145426.yeourbp3coddjwmu@ninjato> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170621145426.yeourbp3coddjwmu@ninjato> Sender: linux-renesas-soc-owner@vger.kernel.org To: Wolfram Sang Cc: Linux I2C , Wolfram Sang , linux-renesas-soc@vger.kernel.org List-Id: linux-i2c@vger.kernel.org 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