commit | acf9ead8fa2ef7a41762c024ae4b4ac8ecb71ee8 | [log] [tgz] |
---|---|---|
author | Brian Masney <masneyb@onstation.org> | Sat Nov 12 13:19:16 2016 -0500 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Nov 13 13:07:17 2016 +0000 |
tree | e884af2bbb236ed5220d634d60fc6a5e93de1cc4 | |
parent | b475f80b354a1915fda1b34070d712b825b60543 [diff] |
staging: iio: tsl2583: check if chip is in a working state in in_illuminance_calibrate_store in_illuminance_calibrate_store() did not check to see if the chip is in a working state. This patch adds the proper check. The return value from taos_als_calibrate() was also not checked in this function, so the proper check was also added while changes are being made here. Signed-off-by: Brian Masney <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>