summaryrefslogtreecommitdiff
path: root/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c
diff options
context:
space:
mode:
authormattis fjallstrom <mattis@acm.org>2015-08-03 14:35:13 -0700
committermattis fjallstrom <mattis@acm.org>2015-08-03 14:35:13 -0700
commitb13b7246a4b40ab53ec22d33e935d25c8ee8d1fc (patch)
tree16ef157c39bf68ad01bec5270111b9e4051eac01 /drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c
parente419bb863c5df364265e5acab5f35eb7dc2d90db (diff)
downloadolio-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.c2
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);
}
}