]> git.baikalelectronics.ru Git - kernel.git/commit
staging: iio: tsl2583: fix comparison between signed and unsigned integers
authorBrian Masney <masneyb@onstation.org>
Sat, 12 Nov 2016 18:19:25 +0000 (13:19 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 13 Nov 2016 13:07:23 +0000 (13:07 +0000)
commitc6259266606736f21e8d1424db7321bbd1e3d4d6
tree0a4ae2f4056790c4fb34dd11496738d0a7be8458
parent4dade269637d9fcbbd7d238416859a148fbc0a7c
staging: iio: tsl2583: fix comparison between signed and unsigned integers

Fixed warning found by make W=2:

warning: comparison between signed and unsigned integer expressions
[-Wsign-compare]

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