[PATCH 1/5] iio: potentiometer: mcp4018: use the correct MODULE_LICENSE

From: Peter Rosin
Date: Mon Aug 20 2018 - 06:01:54 EST


The file is GPL v2 only.

Signed-off-by: Peter Rosin <peda@xxxxxxxxxx>
---
drivers/iio/potentiometer/mcp4018.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/potentiometer/mcp4018.c b/drivers/iio/potentiometer/mcp4018.c
index 320a7c929777..5ab74a839982 100644
--- a/drivers/iio/potentiometer/mcp4018.c
+++ b/drivers/iio/potentiometer/mcp4018.c
@@ -190,4 +190,4 @@ module_i2c_driver(mcp4018_driver);

MODULE_AUTHOR("Peter Rosin <peda@xxxxxxxxxx>");
MODULE_DESCRIPTION("MCP4018 digital potentiometer");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
--
2.11.0