Re: [PATCH V14 2/5] i2c: tegra: add bus clear Master Support

From: Dmitry Osipenko
Date: Thu Feb 07 2019 - 13:26:11 EST


06.02.2019 22:16, Sowjanya Komatineni ÐÐÑÐÑ:
> + reg = i2c_readl(i2c_dev, I2C_BUS_CLEAR_STATUS);
> + if (!(reg & I2C_BC_STATUS)) {
> + dev_err(i2c_dev->dev,
> + "Un-recovered arbitration lost\n");

Minor nit: let's keep messages starting with the lowercase letter everywhere, for consistency