staging: iio: tsl2x7x: remove unused variables from tsl2x7x_get_lux()
authorBrian Masney <masneyb@onstation.org>
Wed, 21 Mar 2018 10:29:09 +0000 (06:29 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 24 Mar 2018 13:40:59 +0000 (13:40 +0000)
commit96e6a016d74513c9b59c9623e1325c7252106878
tree689f86726ff3d4123b821ae3d99d9b7101680704
parent490941db5535dd470beec13aacb5bae748943c06
staging: iio: tsl2x7x: remove unused variables from tsl2x7x_get_lux()

tsl2x7x_get_lux() has a ch0lux and ch1lux variables that are not used
so this patch removes them.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/tsl2x7x.c