Re: [PATCH] HID: remove use of DRIVER_LICENSE

2017-01-06 Thread Jiri Kosina
On Thu, 5 Jan 2017, Grant Grundler wrote: > Local "#define DRIVER_LICENSE" obfuscates which license is used > in MODULE_LICENSE(). "fgrep -R MODULE_LICENSE" is more informative > when the string is hard coded in MODULE_LICENSE. Applied to hid.git#for-4.11/upstream. Thanks, -- Jiri Kosina SUSE

Re: [PATCH] HID: remove use of DRIVER_LICENSE

2017-01-06 Thread Benjamin Tissoires
On Jan 05 2017 or thereabouts, Grant Grundler wrote: > Local "#define DRIVER_LICENSE" obfuscates which license is used > in MODULE_LICENSE(). "fgrep -R MODULE_LICENSE" is more informative > when the string is hard coded in MODULE_LICENSE. > > Signed-off-by: Grant Grundler > --- > Most of the ker