staging: iio: isl29018: made error handling consistent
authorBrian Masney <masneyb@onstation.org>
Sun, 25 Sep 2016 11:41:06 +0000 (07:41 -0400)
committerJonathan Cameron <jic23@kernel.org>
Tue, 27 Sep 2016 20:08:47 +0000 (21:08 +0100)
commit528021fcd21fdffad83563710f1186d9b3d21718
treed32f685089abf261c8017292478c681c379c1146
parent7fd1accc9fc46c27687f2ea767d84c146790ef1c
staging: iio: isl29018: made error handling consistent

Changed the processing of IIO_CHAN_INFO_INT_TIME in isl29018_write_raw()
to unlock the mutex and return at the end of the function if invalid
input is passed in. This makes the error handling code consistent with
the processing of IIO_CHAN_INFO_CALIBSCALE and IIO_CHAN_INFO_SCALE
within the same function.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/isl29018.c