Re: [PATCH V5 1/7] i2c: tegra: clean up macros

2019-06-12 Thread Wolfram Sang
On Tue, Jun 11, 2019 at 03:51:08AM -0700, Bitan Biswas wrote: > Clean up macros by: > 1) removing unused macros > 2) replace constants by macro BIT() > > Signed-off-by: Bitan Biswas > Reviewed-by: Dmitry Osipenko Applied to for-next, thanks! signature.asc Description: PGP signature

[PATCH V5 1/7] i2c: tegra: clean up macros

2019-06-11 Thread Bitan Biswas
Clean up macros by: 1) removing unused macros 2) replace constants by macro BIT() Signed-off-by: Bitan Biswas Reviewed-by: Dmitry Osipenko --- drivers/i2c/busses/i2c-tegra.c | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/drivers/i2c/busses/i2c-tegra.c