diff options
author | Peter Rosin <peda@axentia.se> | 2018-08-20 13:01:10 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-08-20 21:25:07 +0300 |
commit | b9ea8c31e36e8e244becf5250ec28d82b8faf4b0 (patch) | |
tree | 2f0d5c295a0f3679e5a20b9038393ca4ed40a895 /drivers/iio/potentiometer | |
parent | ce7c637a8368d0293649a4acc0b89930295cb62a (diff) | |
download | linux-b9ea8c31e36e8e244becf5250ec28d82b8faf4b0.tar.xz |
iio: potentiometer: mcp4018: use the correct MODULE_LICENSE
The file is GPL v2 only.
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/potentiometer')
-rw-r--r-- | drivers/iio/potentiometer/mcp4018.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/potentiometer/mcp4018.c b/drivers/iio/potentiometer/mcp4018.c index c051ee06709f..62151b2a2b12 100644 --- a/drivers/iio/potentiometer/mcp4018.c +++ b/drivers/iio/potentiometer/mcp4018.c @@ -187,4 +187,4 @@ module_i2c_driver(mcp4018_driver); MODULE_AUTHOR("Peter Rosin <peda@axentia.se>"); MODULE_DESCRIPTION("MCP4018 digital potentiometer"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); |