Cosmetic change to force compliance with coding standard

This commit is contained in:
Gregory Nutt 2014-12-12 07:14:16 -06:00
parent 1311e76adc
commit 310983bee6

View File

@ -1028,7 +1028,7 @@ static void tiva_i2c_nextxfr(struct tiva_i2c_priv_s *priv, uint32_t cmd)
*/
cmd |= I2CM_CS_RUN;
if (priv->msgc < 2 && priv->dcnt < 2)
if (/* priv->msgc < 2 && */ priv->dcnt < 2)
{
/* This is the last byte of the last message... add the STOP bit */