Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1510251
| From | Axel Haslam <ahaslam@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver |
| Date | 2016-10-27 16:20 +0200 |
| Message-ID | <swTHd-31G-63@gated-at.bofh.it> (permalink) |
| References | <swDCp-Ng-9@gated-at.bofh.it> <swHd0-2VX-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Oct 27, 2016 at 2:58 AM, David Lechner <david@lechnology.com> wrote:
> On 10/26/2016 04:08 PM, ahaslam@baylibre.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.
>
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] USB: OHCI: make ohci-da8xx a separate driver ahaslam@baylibre.com - 2016-10-26 23:10 +0200
Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver David Lechner <david@lechnology.com> - 2016-10-27 03:00 +0200
Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver Axel Haslam <ahaslam@baylibre.com> - 2016-10-27 16:20 +0200
Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver David Lechner <david@lechnology.com> - 2016-10-27 04:10 +0200
csiph-web