diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-08-03 14:35:13 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-08-03 14:35:13 -0700 |
| commit | b13b7246a4b40ab53ec22d33e935d25c8ee8d1fc (patch) | |
| tree | 16ef157c39bf68ad01bec5270111b9e4051eac01 /drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c | |
| parent | e419bb863c5df364265e5acab5f35eb7dc2d90db (diff) | |
| download | olio-linux-3.10-b13b7246a4b40ab53ec22d33e935d25c8ee8d1fc.tar.xz olio-linux-3.10-b13b7246a4b40ab53ec22d33e935d25c8ee8d1fc.zip | |
Mindtribe latest accelerometer managementmindtribe_dev
Change-Id: Ia7d76c3c5f7807a37a0e26d5892c0826de8faa84
Diffstat (limited to 'drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c')
| -rw-r--r-- | drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c b/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c index 87cea6f349a..ad5cd7b14cd 100644 --- a/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c +++ b/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c @@ -194,7 +194,7 @@ void st_lsm6ds3_read_fifo(struct lsm6ds3_data *cdata, bool check_fifo_len, bool #endif cdata->accel_timestamp = cdata->timestamp - (cdata->accel_deltatime * (read_len/3)); //backdate timestamp if(update_discard){ - dev_info(cdata->dev, "first accel timestamp:%lld last:%lld ", cdata->accel_timestamp, cdata->timestamp); + dev_dbg(cdata->dev, "first accel timestamp:%lld last:%lld ", cdata->accel_timestamp, cdata->timestamp); } } |