On Fri, Nov 17, 2017 at 3:18 PM, Greg Kroah-Hartman <gre...@linuxfoundation.org> wrote: > There is no need to #define the license of the driver, just put it in > the MODULE_LICENSE() line directly as a text string. > > This allows tools that check that the module license matches the source > code license to work properly, as there is no need to unwind the > unneeded dereference. > > Cc: Hans Verkuil <hverk...@xs4all.nl> > Cc: Mauro Carvalho Chehab <mche...@kernel.org> > Cc: Johan Hovold <jo...@kernel.org> > Cc: Davidlohr Bueso <d...@stgolabs.net> > Cc: Sakari Ailus <sakari.ai...@linux.intel.com> > Reported-by: Philippe Ombredanne <pombreda...@nexb.com> > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombreda...@nexb.com> -- Cordially Philippe Ombredanne