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

From: Dmitry Osipenko
Date: Tue Sep 08 2020 - 12:02:17 EST


08.09.2020 11:51, Andy Shevchenko пишет:
> On Tue, Sep 8, 2020 at 5:12 AM Dmitry Osipenko <digetx@xxxxxxxxx> 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.
>

I guess you're meaning the "Improve coding style of
tegra_i2c_wait_for_config_load()" patch.

If yes, then it should be fine to swap the order. Although, I'm not sure
what's benefit.