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

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
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment