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

Commit 6069f47f authored by Vianney le Clément de Saint-Marcq's avatar Vianney le Clément de Saint-Marcq Committed by Jonathan Cameron
Browse files

iio: mlx90614: Fix duplicate const warning



Fix a typo triggering a duplicate const warning on some compilers.

Signed-off-by: default avatarVianney le Clément de Saint-Marcq <vianney.leclement@essensium.com>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 2f2c9633
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -263,7 +263,7 @@ static int mlx90614_write_raw(struct iio_dev *indio_dev,
}

static int mlx90614_write_raw_get_fmt(struct iio_dev *indio_dev,
				     const struct iio_chan_spec const *channel,
				     struct iio_chan_spec const *channel,
				     long mask)
{
	switch (mask) {