diff options
author | Stefan Popa <stefan.popa@analog.com> | 2019-02-04 10:19:35 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-02-09 19:46:01 +0100 |
commit | cbd5dd387afab8511e055d0487e1ef747e7f72b5 (patch) | |
tree | c94b9511ce91ab0b5cf1b0b34c892e319cac2695 /drivers/iio/dac/ad5686-spi.c | |
parent | IIO: add Ingenic JZ47xx ADC driver. (diff) | |
download | linux-cbd5dd387afab8511e055d0487e1ef747e7f72b5.tar.xz linux-cbd5dd387afab8511e055d0487e1ef747e7f72b5.zip |
drivers: iio: dac: Fix wrong license for ADI drivers
Analog Devices drivers are typically GPL v2 only. This patch fixes the
inconsistencies between the module license and SPDX.
Signed-off-by: Stefan Popa <stefan.popa@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/dac/ad5686-spi.c')
-rw-r--r-- | drivers/iio/dac/ad5686-spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/ad5686-spi.c b/drivers/iio/dac/ad5686-spi.c index 4d857c8da2d2..0188ded5137c 100644 --- a/drivers/iio/dac/ad5686-spi.c +++ b/drivers/iio/dac/ad5686-spi.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0 /* * AD5672R, AD5674R, AD5676, AD5676R, AD5679R, * AD5681R, AD5682R, AD5683, AD5683R, AD5684, |