commit | e0203255415844d73b5f4bec9bc72903c8e49d8d | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Thu Oct 24 12:53:00 2013 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Thu Oct 24 14:48:14 2013 +0100 |
tree | 0a9ae106515ab9b98d9a121c3dc61d2b5ab5bf92 | |
parent | a9b685110036e27ccd9ed0d71e08bb66f3fed6fd [diff] |
iio: light: vcnl4000: Remove redundant code The if check is redundant as the value obtained from iio_device_register() is already in the required format. Hence return the function directly. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>