]> git.baikalelectronics.ru Git - kernel.git/commit
iio: light: vcnl4000: Remove redundant code
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 24 Oct 2013 11:53:00 +0000 (12:53 +0100)
committerJonathan Cameron <jic23@kernel.org>
Thu, 24 Oct 2013 13:48:14 +0000 (14:48 +0100)
commitc3ad253c00f4f5fc93c91905aa57406a0c0068d0
tree0a9ae106515ab9b98d9a121c3dc61d2b5ab5bf92
parenta97f4baf2c65774651820f96c60a4ff6f813739d
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>
drivers/iio/light/vcnl4000.c