Re: [PATCH v7 19/34] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()

2020-09-21 Thread Thierry Reding
On Wed, 09 Sep 2020 01:39:51 +0300, Dmitry Osipenko wrote: > The tegra_i2c_wait_for_config_load() checks for 'has_config_load_reg' by > itself, hence there is no need to duplicate the check. > > Signed-off-by: Dmitry Osipenko > Acked-by: Thierry Reding > --- > drivers/i2c/busses/i2c-tegra.c |

Re: [PATCH v7 19/34] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()

2020-09-17 Thread Thierry Reding
On Wed, Sep 09, 2020 at 01:39:51AM +0300, Dmitry Osipenko wrote: > The tegra_i2c_wait_for_config_load() checks for 'has_config_load_reg' by > itself, hence there is no need to duplicate the check. > > Signed-off-by: Dmitry Osipenko > --- > drivers/i2c/busses/i2c-tegra.c | 9 - > 1 file

[PATCH v7 19/34] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()

2020-09-08 Thread Dmitry Osipenko
The tegra_i2c_wait_for_config_load() checks for 'has_config_load_reg' by itself, hence there is no need to duplicate the check. Signed-off-by: Dmitry Osipenko --- drivers/i2c/busses/i2c-tegra.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git