Re: [PATCH V9] i2c: tegra: remove BUG() macro

2019-06-21 Thread Wolfram Sang
On Tue, Jun 18, 2019 at 04:09:42AM -0700, Bitan Biswas wrote: > The usage of BUG() macro is generally discouraged in kernel, unless > it's a problem that results in a physical damage or loss of data. > This patch removes unnecessary BUG() macros and replaces the rest > with warning. > >

Re: [PATCH V9] i2c: tegra: remove BUG() macro

2019-06-20 Thread Thierry Reding
On Tue, Jun 18, 2019 at 04:09:42AM -0700, Bitan Biswas wrote: > The usage of BUG() macro is generally discouraged in kernel, unless > it's a problem that results in a physical damage or loss of data. > This patch removes unnecessary BUG() macros and replaces the rest > with warning. > >

Re: [PATCH V9] i2c: tegra: remove BUG() macro

2019-06-20 Thread Laxman Dewangan
On Tuesday 18 June 2019 04:39 PM, Bitan Biswas wrote: The usage of BUG() macro is generally discouraged in kernel, unless it's a problem that results in a physical damage or loss of data. This patch removes unnecessary BUG() macros and replaces the rest with warning. Signed-off-by: Bitan

Re: [PATCH V9] i2c: tegra: remove BUG() macro

2019-06-19 Thread Bitan Biswas
On 6/18/19 4:09 AM, Bitan Biswas wrote: The usage of BUG() macro is generally discouraged in kernel, unless it's a problem that results in a physical damage or loss of data. This patch removes unnecessary BUG() macros and replaces the rest with warning. Signed-off-by: Bitan Biswas ---

Re: [PATCH V9] i2c: tegra: remove BUG() macro

2019-06-18 Thread Bitan Biswas
On 6/18/19 4:29 AM, Dmitry Osipenko wrote: 18.06.2019 14:09, Bitan Biswas пишет: The usage of BUG() macro is generally discouraged in kernel, unless it's a problem that results in a physical damage or loss of data. This patch removes unnecessary BUG() macros and replaces the rest with

Re: [PATCH V9] i2c: tegra: remove BUG() macro

2019-06-18 Thread Dmitry Osipenko
18.06.2019 14:09, Bitan Biswas пишет: > The usage of BUG() macro is generally discouraged in kernel, unless > it's a problem that results in a physical damage or loss of data. > This patch removes unnecessary BUG() macros and replaces the rest > with warning. > > Signed-off-by: Bitan Biswas >

[PATCH V9] i2c: tegra: remove BUG() macro

2019-06-18 Thread Bitan Biswas
The usage of BUG() macro is generally discouraged in kernel, unless it's a problem that results in a physical damage or loss of data. This patch removes unnecessary BUG() macros and replaces the rest with warning. Signed-off-by: Bitan Biswas --- drivers/i2c/busses/i2c-tegra.c | 47