RE: [PATCH 4/5] m5mols: Add boot flag for not showing the msg of I2C error

2011-11-14 Thread HeungJun, Kim
ATCH 4/5] m5mols: Add boot flag for not showing the msg of > I2C error > > Hi HeungJun, > > Sorry for late review. Please see my comments below.. Nevermind. It's fine. > > On 10/21/2011 09:35 AM, HeungJun, Kim wrote: > > In M-5MOLS sensor, the I2C error can be

Re: [PATCH 4/5] m5mols: Add boot flag for not showing the msg of I2C error

2011-11-14 Thread Sylwester Nawrocki
Hi HeungJun, Sorry for late review. Please see my comments below.. On 10/21/2011 09:35 AM, HeungJun, Kim wrote: > In M-5MOLS sensor, the I2C error can be occured before sensor booting done, > becase I2C interface is not stabilized although the sensor have done already > for booting, so the right

[PATCH 4/5] m5mols: Add boot flag for not showing the msg of I2C error

2011-10-21 Thread HeungJun, Kim
In M-5MOLS sensor, the I2C error can be occured before sensor booting done, becase I2C interface is not stabilized although the sensor have done already for booting, so the right value is deliver through I2C interface. In case, it needs to make the I2C error msg not to be printed. Signed-off-by: H