public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio:prox:sx9500 trivial simplification of return path in init function.
@ 2015-05-02 10:29 Jonathan Cameron
  2015-05-04  9:13 ` Vlad Dogaru
  2015-05-04  9:22 ` Daniel Baluta
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Cameron @ 2015-05-02 10:29 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron, Vlad Dogaru

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Vlad Dogaru <vlad.dogaru@intel.com>
---
 drivers/iio/proximity/sx9500.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/iio/proximity/sx9500.c b/drivers/iio/proximity/sx9500.c
index f1e9d734b6b6..323de9510ba5 100644
--- a/drivers/iio/proximity/sx9500.c
+++ b/drivers/iio/proximity/sx9500.c
@@ -860,10 +860,8 @@ static int sx9500_init_device(struct iio_dev *indio_dev)
 	}
 
 	ret = sx9500_init_compensation(indio_dev);
-	if (ret < 0)
-		return ret;
 
-	return 0;
+	return ret;
 }
 
 static void sx9500_gpio_probe(struct i2c_client *client,
-- 
2.3.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-04 16:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-02 10:29 [PATCH] iio:prox:sx9500 trivial simplification of return path in init function Jonathan Cameron
2015-05-04  9:13 ` Vlad Dogaru
2015-05-04  9:22 ` Daniel Baluta
2015-05-04  9:38   ` Jonathan Cameron
2015-05-04 10:30     ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox