Re: [PATCH] i2c: tegra: remove warning dump if timeout happen in transfer

2013-02-15 Thread Wolfram Sang
On Fri, Feb 15, 2013 at 12:40:47PM -0700, Stephen Warren wrote: > On 02/15/2013 12:18 PM, Wolfram Sang wrote: > > On Thu, Feb 14, 2013 at 06:13:33PM +0530, Laxman Dewangan wrote: > >> If timeout error occurs in the i2c transfer then it was dumping warning > >> of call stack. > >> > >> Remove the wa

Re: [PATCH] i2c: tegra: remove warning dump if timeout happen in transfer

2013-02-15 Thread Stephen Warren
On 02/15/2013 12:18 PM, Wolfram Sang wrote: > On Thu, Feb 14, 2013 at 06:13:33PM +0530, Laxman Dewangan wrote: >> If timeout error occurs in the i2c transfer then it was dumping warning >> of call stack. >> >> Remove the warning dump as there is may be possibility that some slave >> devices are bus

Re: [PATCH] i2c: tegra: remove warning dump if timeout happen in transfer

2013-02-15 Thread Wolfram Sang
On Thu, Feb 14, 2013 at 06:13:33PM +0530, Laxman Dewangan wrote: > If timeout error occurs in the i2c transfer then it was dumping warning > of call stack. > > Remove the warning dump as there is may be possibility that some slave > devices are busy and not responding the i2c communication. > > S

Re: [PATCH] i2c: tegra: remove warning dump if timeout happen in transfer

2013-02-15 Thread Wolfram Sang
On Fri, Feb 15, 2013 at 06:31:07PM +0530, Shubhrajyoti Datta wrote: > On Thu, Feb 14, 2013 at 6:13 PM, Laxman Dewangan wrote: > > If timeout error occurs in the i2c transfer then it was dumping warning > > of call stack. > > > > Remove the warning dump as there is may be possibility that some slav

Re: [PATCH] i2c: tegra: remove warning dump if timeout happen in transfer

2013-02-15 Thread Shubhrajyoti Datta
On Thu, Feb 14, 2013 at 6:13 PM, Laxman Dewangan wrote: > If timeout error occurs in the i2c transfer then it was dumping warning > of call stack. > > Remove the warning dump as there is may be possibility that some slave > devices are busy and not responding the i2c communication. > > Signed-off-

[PATCH] i2c: tegra: remove warning dump if timeout happen in transfer

2013-02-14 Thread Laxman Dewangan
If timeout error occurs in the i2c transfer then it was dumping warning of call stack. Remove the warning dump as there is may be possibility that some slave devices are busy and not responding the i2c communication. Signed-off-by: Laxman Dewangan --- The patch is generated based on discussion h

[PATCH] i2c: tegra: remove warning dump if timeout happen in transfer

2013-02-14 Thread Laxman Dewangan
If timeout error occurs in the i2c transfer then it was dumping warning of call stack. Remove the warning dump as there is may be possibility that some slave devices are busy and not responding the i2c communication. Signed-off-by: Laxman Dewangan --- The patch is generated based on discussion h