iio: pressure: bmp280: fix temp compensation
commitabad398337f038f5822e53c55eff5b0820ef7efe
authorIrina Tirdea <irina.tirdea@intel.com>
Wed, 8 Apr 2015 15:26:12 +0000 (8 18:26 +0300)
committerJonathan Cameron <jic23@kernel.org>
Thu, 9 Apr 2015 11:54:10 +0000 (9 12:54 +0100)
treee0442b139200afcf71c3f0ff32204d9f3e9d4335
parentc610f7f772aa06ae2bd8e5ace87cde4d90f70198
iio: pressure: bmp280: fix temp compensation

Temperature reads on bmp280 device always return 0,
due to a missing step in the compensation formula
(data->tfine is never initialized).

Initialize data->tfine value so we get correct
temperature and pressure values.

Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
Reviewed-by: Vlad Dogaru <vlad.dogaru@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/pressure/bmp280.c