iio: apds9960: light: fix simple_return.cocci warnings

Author: kbuild test robot <fengguang.wu@intel.com>

drivers/iio/light/apds9960.c:986:1-4: WARNING: end returns can be simpified

 Simplify a trivial if-return sequence.  Possibly combine with a
 preceding function call.

Generated by: scripts/coccinelle/misc/simple_return.cocci

CC: Matt Ranostay 
Signed-off-by: Fengguang Wu 
Signed-off-by: Jonathan Cameron 
---
 drivers/iio/light/apds9960.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
 
diff --git a/drivers/iio/light/apds9960.c b/drivers/iio/light/apds9960.c
index 27f4157..8d7ce6a 100644
--- a/drivers/iio/light/apds9960.c
+++ b/drivers/iio/light/apds9960.c
@@ -983,11 +983,7 @@ static int apds9960_chip_init(struct apds9960_data *data)
 	if (ret)
 		return ret;
 
-	ret = apds9960_set_powermode(data, 1);
-	if (ret)
-		return ret;
-
-	return 0;
+	return apds9960_set_powermode(data, 1);
 }
 
 static int apds9960_probe(struct i2c_client *client,
BtrLinux
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.