diff options
author | Stefan Popa <stefan.popa@analog.com> | 2019-02-04 12:19:35 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-02-09 21:46:01 +0300 |
commit | cbd5dd387afab8511e055d0487e1ef747e7f72b5 (patch) | |
tree | c94b9511ce91ab0b5cf1b0b34c892e319cac2695 /drivers/iio/dac/ad5686.c | |
parent | 1a78daea107ddb06233e80a44c26c6dd8310b607 (diff) | |
download | linux-cbd5dd387afab8511e055d0487e1ef747e7f72b5.tar.xz |
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.c')
-rw-r--r-- | drivers/iio/dac/ad5686.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/ad5686.c b/drivers/iio/dac/ad5686.c index 6dd2759b9092..e06b29c565b9 100644 --- a/drivers/iio/dac/ad5686.c +++ b/drivers/iio/dac/ad5686.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0 /* * AD5686R, AD5685R, AD5684R Digital to analog converters driver * |