projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b3944e
)
mux: adgs1408: use the correct MODULE_LICENSE
author
Peter Rosin
<peda@axentia.se>
Fri, 12 Oct 2018 14:46:40 +0000
(14:46 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 12 Oct 2018 15:36:39 +0000
(17:36 +0200)
The file is GPL v2 or later.
Acked-by: Mircea Caprioru <mircea.caprioru@analog.com>
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mux/adgs1408.c
patch
|
blob
|
history
diff --git
a/drivers/mux/adgs1408.c
b/drivers/mux/adgs1408.c
index 0f7cf54e323481a708078dc67e768f81b5b24f8c..89096f10f4c4b9f0001704caf7d457ef98f3c350 100644
(file)
--- a/
drivers/mux/adgs1408.c
+++ b/
drivers/mux/adgs1408.c
@@
-128,4
+128,4
@@
module_spi_driver(adgs1408_driver);
MODULE_AUTHOR("Mircea Caprioru <mircea.caprioru@analog.com>");
MODULE_DESCRIPTION("Analog Devices ADGS1408 MUX driver");
-MODULE_LICENSE("GPL
v2
");
+MODULE_LICENSE("GPL");