Message ID | 65031a769afcb494665bfa6b528cf4fc30a30c8d.1663324968.git.cmo@melexis.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | iio: temperature: mlx90632: Add powermanagement | expand |
diff --git a/drivers/iio/temperature/mlx90632.c b/drivers/iio/temperature/mlx90632.c index e7946e3ed4fb..262b42883fcc 100644 --- a/drivers/iio/temperature/mlx90632.c +++ b/drivers/iio/temperature/mlx90632.c @@ -435,7 +435,7 @@ static int mlx90632_channel_new_select(int perform_ret, uint8_t *channel_new, *channel_old = 1; break; default: - return -EINVAL; + return -ECHRNG; } return 0;