Re: [PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

2019-06-13 Thread Bitan Biswas
On 6/12/19 6:33 AM, Dmitry Osipenko wrote: 11.06.2019 21:22, Bitan Biswas пишет: On 6/11/19 4:34 AM, Dmitry Osipenko wrote: 11.06.2019 10:38, Bitan Biswas пишет: On 6/10/19 2:00 PM, Dmitry Osipenko wrote: 10.06.2019 22:41, Bitan Biswas пишет: On 6/10/19 11:12 AM, Dmitry Osipenko

Re: [PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

2019-06-12 Thread Dmitry Osipenko
11.06.2019 21:22, Bitan Biswas пишет: > > > On 6/11/19 4:34 AM, Dmitry Osipenko wrote: >> 11.06.2019 10:38, Bitan Biswas пишет: >>> >>> >>> On 6/10/19 2:00 PM, Dmitry Osipenko wrote: 10.06.2019 22:41, Bitan Biswas пишет: > > > On 6/10/19 11:12 AM, Dmitry Osipenko wrote: >>

Re: [PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

2019-06-11 Thread Bitan Biswas
On 6/11/19 4:34 AM, Dmitry Osipenko wrote: 11.06.2019 10:38, Bitan Biswas пишет: On 6/10/19 2:00 PM, Dmitry Osipenko wrote: 10.06.2019 22:41, Bitan Biswas пишет: On 6/10/19 11:12 AM, Dmitry Osipenko wrote: 10.06.2019 20:08, Bitan Biswas пишет: Remove redundant BUG_ON calls or replace

Re: [PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

2019-06-11 Thread Dmitry Osipenko
11.06.2019 10:38, Bitan Biswas пишет: > > > On 6/10/19 2:00 PM, Dmitry Osipenko wrote: >> 10.06.2019 22:41, Bitan Biswas пишет: >>> >>> >>> On 6/10/19 11:12 AM, Dmitry Osipenko wrote: 10.06.2019 20:08, Bitan Biswas пишет: > Remove redundant BUG_ON calls or replace with WARN_ON_ONCE

Re: [PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

2019-06-11 Thread Bitan Biswas
On 6/10/19 2:00 PM, Dmitry Osipenko wrote: 10.06.2019 22:41, Bitan Biswas пишет: On 6/10/19 11:12 AM, Dmitry Osipenko wrote: 10.06.2019 20:08, Bitan Biswas пишет: Remove redundant BUG_ON calls or replace with WARN_ON_ONCE as needed. Remove BUG() and make Rx and Tx case handling similar.

Re: [PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

2019-06-10 Thread Dmitry Osipenko
10.06.2019 22:41, Bitan Biswas пишет: > > > On 6/10/19 11:12 AM, Dmitry Osipenko wrote: >> 10.06.2019 20:08, Bitan Biswas пишет: >>> Remove redundant BUG_ON calls or replace with WARN_ON_ONCE >>> as needed. Remove BUG() and make Rx and Tx case handling >>> similar. >>> >>> Signed-off-by: Bitan

Re: [PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

2019-06-10 Thread Bitan Biswas
On 6/10/19 11:12 AM, Dmitry Osipenko wrote: 10.06.2019 20:08, Bitan Biswas пишет: Remove redundant BUG_ON calls or replace with WARN_ON_ONCE as needed. Remove BUG() and make Rx and Tx case handling similar. Signed-off-by: Bitan Biswas --- drivers/i2c/busses/i2c-tegra.c | 11 ++-

Re: [PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

2019-06-10 Thread Dmitry Osipenko
10.06.2019 21:12, Dmitry Osipenko пишет: > 10.06.2019 20:08, Bitan Biswas пишет: >> Remove redundant BUG_ON calls or replace with WARN_ON_ONCE >> as needed. Remove BUG() and make Rx and Tx case handling >> similar. >> >> Signed-off-by: Bitan Biswas >> --- >> drivers/i2c/busses/i2c-tegra.c | 11

Re: [PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

2019-06-10 Thread Dmitry Osipenko
10.06.2019 20:08, Bitan Biswas пишет: > Remove redundant BUG_ON calls or replace with WARN_ON_ONCE > as needed. Remove BUG() and make Rx and Tx case handling > similar. > > Signed-off-by: Bitan Biswas > --- > drivers/i2c/busses/i2c-tegra.c | 11 ++- > 1 file changed, 6 insertions(+), 5

[PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

2019-06-10 Thread Bitan Biswas
Remove redundant BUG_ON calls or replace with WARN_ON_ONCE as needed. Remove BUG() and make Rx and Tx case handling similar. Signed-off-by: Bitan Biswas --- drivers/i2c/busses/i2c-tegra.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git