| From | Andy Shevchenko <> | Date | Tue, 8 Sep 2020 11:45:38 +0300 | Subject | Re: [PATCH v6 24/35] i2c: tegra: Rename wait/poll functions |
| |
On Tue, Sep 8, 2020 at 5:11 AM Dmitry Osipenko <digetx@gmail.com> wrote: > > Drop '_timeout' postfix from the wait/poll completion function names in > order to make the names shorter, making code cleaner a tad.
...
> + time_left = tegra_i2c_wait_completion(i2c_dev, &i2c_dev->msg_complete, > + 50);
Why not one line?
-- With Best Regards, Andy Shevchenko
|