[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAKXjFTP+goSAzjB2AE3MJ_s01zuPwMBFa6OaiYXbGkZAfepk+Q@mail.gmail.com>
Date: Thu, 27 Oct 2016 15:08:36 +0200
From: Axel Haslam <ahaslam@...libre.com>
To: David Lechner <david@...hnology.com>
Cc: Alan Stern <stern@...land.harvard.edu>,
sergei.shtylyov@...entembedded.com, Sekhar Nori <nsekhar@...com>,
Kevin Hilman <khilman@...libre.com>, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver
On Thu, Oct 27, 2016 at 2:58 AM, David Lechner <david@...hnology.com> wrote:
> On 10/26/2016 04:08 PM, ahaslam@...libre.com 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.
>
>
Powered by blists - more mailing lists