summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@freescale.com>2015-04-16 18:32:22 +0800
committerguoyin.chen <guoyin.chen@freescale.com>2015-05-08 17:26:34 +0800
commit6adda32266cf29e0c20fba4e08a2aa24592c87a4 (patch)
tree5aa87843d4a7dc0bb05c5635bbca9f7946e00789
parent72d3e8d6e45f7efae7f16525e1d9307bcec436be (diff)
MLK-10671 iio: ad2802a: use GPL v2 license
Correct the GPL license to v2, not V2. Otherwise this driver is GPL-incompatible, and can't be make as module. Signed-off-by: Haibo Chen <haibo.chen@freescale.com> (cherry picked from commit 9641a38dd3fcd8ca0126c7158e37507958b49c5c)
-rw-r--r--drivers/iio/adc/ad2802a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/ad2802a.c b/drivers/iio/adc/ad2802a.c
index a8b08a0a7f1d..5e565cb2d308 100644
--- a/drivers/iio/adc/ad2802a.c
+++ b/drivers/iio/adc/ad2802a.c
@@ -561,4 +561,4 @@ module_platform_driver(ad2802_driver);
MODULE_AUTHOR("Haibo Chen <b51421@freescale.com>");
MODULE_DESCRIPTION("Freeacale ad2802 ADC driver");
-MODULE_LICENSE("GPL V2");
+MODULE_LICENSE("GPL v2");