projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af889b
)
drivers/fsi: Add module license to core driver
author
Christopher Bostic
<cbostic@linux.vnet.ibm.com>
Tue, 6 Jun 2017 21:08:59 +0000
(16:08 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 9 Jun 2017 09:52:09 +0000
(11:52 +0200)
Add missing MODULE_LICENSE("GPL") to the core FSI driver.
Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fsi/fsi-core.c
patch
|
blob
|
history
diff --git
a/drivers/fsi/fsi-core.c
b/drivers/fsi/fsi-core.c
index b56f4ed5c4885fd63d3abf351f1944a59e19d129..a485864cb5125cd5612656e8064d62cc9408249a 100644
(file)
--- a/
drivers/fsi/fsi-core.c
+++ b/
drivers/fsi/fsi-core.c
@@
-896,4
+896,5
@@
static void fsi_exit(void)
module_init(fsi_init);
module_exit(fsi_exit);
module_param(discard_errors, int, 0664);
+MODULE_LICENSE("GPL");
MODULE_PARM_DESC(discard_errors, "Don't invoke error handling on bus accesses");