Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba658494 authored by Michael Hennerich's avatar Michael Hennerich Committed by Greg Kroah-Hartman
Browse files

staging: iio: adc: max1363: remove unused variable

parent d0a53044
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,6 @@
int max1363_single_channel_from_ring(long mask, struct max1363_state *st)
int max1363_single_channel_from_ring(long mask, struct max1363_state *st)
{
{
	struct iio_ring_buffer *ring = st->indio_dev->ring;
	struct iio_ring_buffer *ring = st->indio_dev->ring;
	unsigned long numvals;
	int count = 0, ret;
	int count = 0, ret;
	u8 *ring_data;
	u8 *ring_data;
	if (!(st->current_mode->modemask & mask)) {
	if (!(st->current_mode->modemask & mask)) {