On Friday, June 22, 2018 11:56 PM, Jacek Anaszewski wrote:
-MODULE_AUTHOR("Daniel Mack <daniel@xxxxxxxx>"); +MODULE_AUTHOR("Daniel Mack <daniel@xxxxxxxxxx>"); MODULE_DESCRIPTION("LED driver for LT3593 controllers"); MODULE_LICENSE("GPL");I've just noticed the pre-existing discrepancy between the license message (GPL v2) and MODULE_LICENSE("GPL"). Is there a reason to keep it that way?
Ah, no, that's just a mistake. I'll send a patch to update the string. Thanks for your reviews and all! Daniel