staging: iio: isl29018: fix comparison between signed and unsigned integers
authorBrian Masney <masneyb@onstation.org>
Sun, 25 Sep 2016 11:41:07 +0000 (07:41 -0400)
committerJonathan Cameron <jic23@kernel.org>
Tue, 27 Sep 2016 20:08:47 +0000 (21:08 +0100)
commitea908ab69e7531bcebaf42e9c0c6f0b95a04330f
tree71b99bfdbc3110eda4c6d6f08938dcb106fc4182
parent528021fcd21fdffad83563710f1186d9b3d21718
staging: iio: isl29018: fix comparison between signed and unsigned integers

Fixes warning found by make W=2:
warning: comparison between signed and unsigned integer expressions

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