summaryrefslogtreecommitdiff
path: root/drivers/iio/potentiometer
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2018-08-20 12:01:10 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-08-20 19:25:07 +0100
commitb9ea8c31e36e8e244becf5250ec28d82b8faf4b0 (patch)
tree2f0d5c295a0f3679e5a20b9038393ca4ed40a895 /drivers/iio/potentiometer
parentce7c637a8368d0293649a4acc0b89930295cb62a (diff)
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.c2
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");