summaryrefslogtreecommitdiff
path: root/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2015-08-05 15:44:53 -0700
committerEvan Wilson <evan@oliodevices.com>2015-08-07 12:52:41 -0700
commitfb2a8e4a7820040a7968731cf679c5a8e13cd17b (patch)
treef13a0432c0c50358bcfe69c69cfd44f16427d9b9 /drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c
parentc196c1d6cdcccb97a89d61be519db5db5fdad51e (diff)
downloadolio-linux-3.10-fb2a8e4a7820040a7968731cf679c5a8e13cd17b.tar.xz
olio-linux-3.10-fb2a8e4a7820040a7968731cf679c5a8e13cd17b.zip
Revert "Mindtribe latest accelerometer management"
This reverts commit b13b7246a4b40ab53ec22d33e935d25c8ee8d1fc. Change-Id: Iadff64e858dbb8b5b4dd0dfbe773ec3b96138087
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 ad5cd7b14cd..87cea6f349a 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_dbg(cdata->dev, "first accel timestamp:%lld last:%lld ", cdata->accel_timestamp, cdata->timestamp);
+ dev_info(cdata->dev, "first accel timestamp:%lld last:%lld ", cdata->accel_timestamp, cdata->timestamp);
}
}