iio: bmi160: Fix output data rate for accel
authorDaniel Baluta <daniel.baluta@intel.com>
Fri, 29 Apr 2016 11:42:33 +0000 (14:42 +0300)
committerJonathan Cameron <jic23@kernel.org>
Wed, 4 May 2016 09:49:00 +0000 (10:49 +0100)
commit5ec97ba0713d118a1cd03ccc7677a13769253bbd
tree0089c3c890c2ff94defd250abad692f108880f31
parent5c69585837686e127762bd20658b18c14dfaf57c
iio: bmi160: Fix output data rate for accel

Format is INT_PLUS_MICRO and micro odr part of ODR should
be parts of a micro.

Also s/8000/800 this is obviously a typo.

Fixes: 77c4ad2d6a9 ("iio: imu: Add initial support for Bosch BMI160")
Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/imu/bmi160/bmi160_core.c