staging: iio: isl29028: remove unnecessary parenthesis
authorBrian Masney <masneyb@onstation.org>
Tue, 17 Jan 2017 09:24:58 +0000 (04:24 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 22 Jan 2017 13:21:37 +0000 (13:21 +0000)
commit71a0a643468e96caad4f0aa48d1041f319f3ba83
treec146927b5b65c0008e874163014c8ac672bce853
parent8c93940268065a69c08ae6bc3bc6165ba45cac71
staging: iio: isl29028: remove unnecessary parenthesis

isl29028_write_raw() contains unnecessary parenthesis when checking to
see if the passed in lux scale is valid. This patch removes the
unnecessary parenthesis.

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