On Mon, 06 Jan 2020 04:04:19 +0300, Dmitry Osipenko wrote: > DMA is preferred for a larger transfers, while PIO is preferred for a > smaller transfers to avoid unnecessary DMA overhead. There is no strict > size limitations for the PIO-mode transfers, so let's rename the constant > for clarity. > > Tested-by: Thierry Reding <treding@xxxxxxxxxx> > Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> > --- > drivers/i2c/busses/i2c-tegra.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) Tested-by: Thierry Reding <treding@xxxxxxxxxx>