On Wed, 09 Sep 2020 01:39:56 +0300, Dmitry Osipenko wrote: > The code related to packet header setting up is a bit messy and makes > tegra_i2c_xfer_msg() more difficult to read than it could be. Let's > factor the packet header setup from tegra_i2c_xfer_msg() into separate > function in order to make code easier to read and follow. > > Reviewed-by: Michał Mirosław <mirq-linux@xxxxxxxxxxxx> > Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> > Acked-by: Thierry Reding <treding@xxxxxxxxxx> > --- > drivers/i2c/busses/i2c-tegra.c | 92 ++++++++++++++++++++-------------- > 1 file changed, 53 insertions(+), 39 deletions(-) Tested-by: Thierry Reding <treding@xxxxxxxxxx>