Re: [PATCH v5 27/36] i2c: tegra: Reorder location of functions in the code
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2020-09-07 16:05:28
Also in:
linux-tegra, lkml
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2020-09-07 16:05:28
Also in:
linux-tegra, lkml
07.09.2020 11:27, Andy Shevchenko пишет:
On Sun, Sep 6, 2020 at 9:52 PM Dmitry Osipenko [off-list ref] wrote:quoted
Reorder location of functions in the code in order to have definition of functions closer to the place of the invocation. This change makes easier to navigate around the code and removes the need to have a prototype for tegra_i2c_init().This patch as 25th and one I commented before have a ping-pong style of programming (you touch a lot of LOCs which you introduced in previous patches). Please try to reorder series in a way that you minimize the churn of shuffling the code.
Okay, I'll improve the ordering in v6. Thanks!