Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver

From: Axel Haslam
Date: Thu Oct 27 2016 - 10:16:00 EST


On Thu, Oct 27, 2016 at 2:58 AM, David Lechner <david@xxxxxxxxxxxxxx> wrote:
> On 10/26/2016 04:08 PM, ahaslam@xxxxxxxxxxxx wrote:
>
>> +module_exit(ohci_da8xx_exit);
>> +MODULE_DESCRIPTION(DRIVER_DESC);
>> +MODULE_LICENSE("GPL");
>> MODULE_ALIAS("platform:ohci");
>
>
> The "ohci" in MODULE_ALIAS() should also be replaced with hcd_name.

i dont see any other module int the whole kernel that is
using a const char here, ill just change back to #define
the name and use that instead.


>
>