projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c660c0a
)
ASoC: fsi: fix license specification
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Sun, 29 Mar 2015 19:47:16 +0000
(21:47 +0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 31 Mar 2015 13:31:19 +0000
(14:31 +0100)
According to the file header only GPL v2 applies to it. Fix the
MODULE_LICENSE parameter accordingly.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/fsi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/sh/fsi.c
b/sound/soc/sh/fsi.c
index eef7083ec7d9e0ebf33f17b9d2e2045e52c3768e..936c02d4e3859ca93828aa8e82691ca67f10e2a0 100644
(file)
--- a/
sound/soc/sh/fsi.c
+++ b/
sound/soc/sh/fsi.c
@@
-2119,7
+2119,7
@@
static struct platform_driver fsi_driver = {
module_platform_driver(fsi_driver);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL
v2
");
MODULE_DESCRIPTION("SuperH onchip FSI audio driver");
MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>");
MODULE_ALIAS("platform:fsi-pcm-audio");