Re: [PATCH] iio: cros_ec: set calibscale for 3d MEMS to unit vector

2019-08-25 Thread Jonathan Cameron
On Mon, 19 Aug 2019 22:10:29 -0700 Gwendal Grignou wrote: > By default, set the calibscale vector to unit vector. > It prevents sending 0 as calibscale when not initialized. > > Signed-off-by: Gwendal Grignou Fix for a real case or paranoia? If a fix, then fixes tag and preferably which

[PATCH] iio: cros_ec: set calibscale for 3d MEMS to unit vector

2019-08-19 Thread Gwendal Grignou
By default, set the calibscale vector to unit vector. It prevents sending 0 as calibscale when not initialized. Signed-off-by: Gwendal Grignou --- drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git