Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/fsi: Add module license to core driver

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>

authored by

Christopher Bostic and committed by
Greg Kroah-Hartman
acb7e8f7 4af889b0

+1
+1
drivers/fsi/fsi-core.c
··· 896 896 module_init(fsi_init); 897 897 module_exit(fsi_exit); 898 898 module_param(discard_errors, int, 0664); 899 + MODULE_LICENSE("GPL"); 899 900 MODULE_PARM_DESC(discard_errors, "Don't invoke error handling on bus accesses");