Re: [PATCH v6 27/35] i2c: tegra: Factor out register polling into separate function

2020-09-08 Thread Dmitry Osipenko
08.09.2020 11:51, Andy Shevchenko пишет: > On Tue, Sep 8, 2020 at 5:12 AM Dmitry Osipenko wrote: >> >> Factor out register polling into a separate function in order to remove >> boilerplate code and make code cleaner. > > I'm wondering if you can make it before the patch that touches one of >

Re: [PATCH v6 27/35] i2c: tegra: Factor out register polling into separate function

2020-09-08 Thread Andy Shevchenko
On Tue, Sep 8, 2020 at 5:12 AM Dmitry Osipenko wrote: > > Factor out register polling into a separate function in order to remove > boilerplate code and make code cleaner. I'm wondering if you can make it before the patch that touches one of these conditionals. -- With Best Regards, Andy

[PATCH v6 27/35] i2c: tegra: Factor out register polling into separate function

2020-09-07 Thread Dmitry Osipenko
Factor out register polling into a separate function in order to remove boilerplate code and make code cleaner. Reviewed-by: Michał Mirosław Signed-off-by: Dmitry Osipenko --- drivers/i2c/busses/i2c-tegra.c | 43 +++--- 1 file changed, 19 insertions(+), 24