From: Mihail Chindris <hidden> Date: 2021-10-07 08:05:38
In the documentation the name for the property is
output-range-microvolts which is a standard name, therefore this name
must be used.
Fixes: fd9373e41b9ba ("iio: dac: ad5766: add driver support for AD5766")
Signed-off-by: Mihail Chindris <redacted>
Reviewed-by: Alexandru Ardelean <redacted>
---
drivers/iio/dac/ad5766.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
From: Jonathan Cameron <jic23@kernel.org> Date: 2021-10-07 15:47:28
On Thu, 7 Oct 2021 08:00:34 +0000
Mihail Chindris [off-list ref] wrote:
In the documentation the name for the property is
output-range-microvolts which is a standard name, therefore this name
must be used.
Fixes: fd9373e41b9ba ("iio: dac: ad5766: add driver support for AD5766")
Signed-off-by: Mihail Chindris <redacted>
Reviewed-by: Alexandru Ardelean <redacted>
Applied this one to the fixes-togreg branch of iio.git and marked it for stable.
Thankfully this is (I think) far enough from the other changes that we
should be able to take the other patches through the togreg tree and have
them all meet up in linux-next / upstream.
Thanks,
Jonathan