OSDN Git Service

staging: iio: isl29028: remove nested if statements
authorBrian Masney <masneyb@onstation.org>
Sun, 4 Dec 2016 02:19:25 +0000 (21:19 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 4 Dec 2016 11:01:10 +0000 (11:01 +0000)
commitf40531d1e7848cf49f323f91a653d16caac27431
treeb2b97a897a678753fd4da85578a3e178d57b7cb2
parent91ca1a8c584f55857b1f6ab20a1d3a1ce7a559bb
staging: iio: isl29028: remove nested if statements

There are two callers to the function isl29028_set_als_ir_mode() and
both instances use a nested if statement to only change the chip state
if it is not in the proper mode. This patch moves this check into the
isl29028_set_als_ir_mode() function to remove the nested if
statements.

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