Signed-off-by: Peter Meerwald-Stadler <pmeerw@xxxxxxxxxx> --- drivers/staging/iio/light/isl29018.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/iio/light/isl29018.c b/drivers/staging/iio/light/isl29018.c index 875007f..9b3ca0e 100644 --- a/drivers/staging/iio/light/isl29018.c +++ b/drivers/staging/iio/light/isl29018.c @@ -215,7 +215,6 @@ static int isl29018_read_lux(struct isl29018_chip *chip, int *lux) lux_data = isl29018_read_sensor_input(chip, ISL29018_CMD1_OPMODE_ALS_ONCE); - if (lux_data < 0) return lux_data; @@ -233,7 +232,6 @@ static int isl29018_read_ir(struct isl29018_chip *chip, int *ir) ir_data = isl29018_read_sensor_input(chip, ISL29018_CMD1_OPMODE_IR_ONCE); - if (ir_data < 0) return ir_data; @@ -271,7 +269,6 @@ static int isl29018_read_proximity_ir(struct isl29018_chip *chip, int scheme, ir_data = isl29018_read_sensor_input(chip, ISL29018_CMD1_OPMODE_IR_ONCE); - if (ir_data < 0) return ir_data; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html