diff options
author | William Breathitt Gray <william.gray@linaro.org> | 2023-03-11 01:24:34 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-03-11 13:36:25 +0100 |
commit | 666cac91ae47c86c7a76fec39771123a92825134 (patch) | |
tree | c372d7f2b1ea1adaf25050a9f7d12c2f99d1c888 /drivers/iio | |
parent | iio: adc: rcar-gyroadc: mark OF related data as maybe unused (diff) | |
download | linux-666cac91ae47c86c7a76fec39771123a92825134.tar.xz linux-666cac91ae47c86c7a76fec39771123a92825134.zip |
iio: dac: cio-dac: Fix typo in comment listing supported devices
This driver supports the CIO-DAC08 device and not "CIO-DAC06".
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
Link: https://lore.kernel.org/r/20230311002434.8761-1-william.gray@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/dac/cio-dac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/cio-dac.c b/drivers/iio/dac/cio-dac.c index 791dd999cf29..bb67d3340c9f 100644 --- a/drivers/iio/dac/cio-dac.c +++ b/drivers/iio/dac/cio-dac.c @@ -4,7 +4,7 @@ * Copyright (C) 2016 William Breathitt Gray * * This driver supports the following Measurement Computing devices: CIO-DAC16, - * CIO-DAC06, and PC104-DAC06. + * CIO-DAC08, and PC104-DAC06. */ #include <linux/bitops.h> #include <linux/device.h> |