commit | aba1a8d77fe355d1b698e10b97c74974ca8b7438 | [log] [tgz] |
---|---|---|
author | Brian Masney <masneyb@onstation.org> | Mon Oct 10 03:19:58 2016 -0400 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Oct 23 19:33:42 2016 +0100 |
tree | e1c1eba4775921ecce130d0ba03a458ce61ff3f1 | |
parent | 19a00a9d4c9027b4ce93b7c500da53dcb36ba1b0 [diff] |
staging: iio: isl29018: combine two return statements into one Use the return value from isl29018_set_integration_time() as the return value for isl29018_chip_init() since this is the last piece of work inside that function. Signed-off-by: Brian Masney <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>