aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/potentiometer/mcp4018.c
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/mcp4018.c
parentiio: potentiometer: merge calls to of_match_device and of_device_get_match_data (diff)
downloadlinux-dev-b9ea8c31e36e8e244becf5250ec28d82b8faf4b0.tar.xz
linux-dev-b9ea8c31e36e8e244becf5250ec28d82b8faf4b0.zip
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/mcp4018.c')
-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");