Re: [PATCH V1 2/6] i2c: tegra: remove unnecessary variable init

2019-06-07 Thread Dmitry Osipenko
07.06.2019 14:55, Bitan Biswas пишет: > Remove variable initializations in functions that > are followed by assignments before use > > Signed-off-by: Bitan Biswas > --- > drivers/i2c/busses/i2c-tegra.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

[PATCH V1 2/6] i2c: tegra: remove unnecessary variable init

2019-06-07 Thread Bitan Biswas
Remove variable initializations in functions that are followed by assignments before use Signed-off-by: Bitan Biswas --- drivers/i2c/busses/i2c-tegra.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/busses/i2c-tegra.c b/drivers/i2c/busses/i2c-tegra.c index