Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] iio: proximity: as3935: remove redundant zeroing of tune_cap
@ 2016-06-16  1:47 Matt Ranostay
  2016-06-17  1:04 ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Ranostay @ 2016-06-16  1:47 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, Matt Ranostay

Signed-off-by: Matt Ranostay <mranostay@gmail.com>
---
 drivers/iio/proximity/as3935.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iio/proximity/as3935.c b/drivers/iio/proximity/as3935.c
index 9aa2ce551ba8..692e9cda8ae0 100644
--- a/drivers/iio/proximity/as3935.c
+++ b/drivers/iio/proximity/as3935.c
@@ -346,7 +346,6 @@ static int as3935_probe(struct spi_device *spi)
 
 	st = iio_priv(indio_dev);
 	st->spi = spi;
-	st->tune_cap = 0;
 
 	spi_set_drvdata(spi, indio_dev);
 	mutex_init(&st->lock);
-- 
2.7.4

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

end of thread, other threads:[~2016-06-26 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-16  1:47 [PATCH] iio: proximity: as3935: remove redundant zeroing of tune_cap Matt Ranostay
2016-06-17  1:04 ` Marek Vasut
2016-06-26 16:20   ` Jonathan Cameron

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