Re: [PATCH 1/2] iio: Remove obsolete variable in adjd_s311 driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 07/01/14 22:29, Peter Meerwald wrote:
len variable become obsolete with
iio_push_to_buffers_with_timestamp()

Signed-off-by: Peter Meerwald <pmeerw@xxxxxxxxxx>
Applied to the togreg branch of iio.git.

Thanks
---
  drivers/iio/light/adjd_s311.c | 2 --
  1 file changed, 2 deletions(-)

diff --git a/drivers/iio/light/adjd_s311.c b/drivers/iio/light/adjd_s311.c
index f306847..1d8ecb7 100644
--- a/drivers/iio/light/adjd_s311.c
+++ b/drivers/iio/light/adjd_s311.c
@@ -120,7 +120,6 @@ static irqreturn_t adjd_s311_trigger_handler(int irq, void *p)
  	struct iio_dev *indio_dev = pf->indio_dev;
  	struct adjd_s311_data *data = iio_priv(indio_dev);
  	s64 time_ns = iio_get_time_ns();
-	int len = 0;
  	int i, j = 0;

  	int ret = adjd_s311_req_data(indio_dev);
@@ -135,7 +134,6 @@ static irqreturn_t adjd_s311_trigger_handler(int irq, void *p)
  			goto done;

  		data->buffer[j++] = ret & ADJD_S311_DATA_MASK;
-		len += 2;
  	}

  	iio_push_to_buffers_with_timestamp(indio_dev, data->buffer, time_ns);

--
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




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Input]     [Linux Kernel]     [Linux SCSI]     [X.org]

  Powered by Linux