Re: [PATCH 00/19] driver:usbnet: add missing platform_driver owner

2013-05-21 Thread David Miller
From: Thomas Petazzoni thomas.petazz...@free-electrons.com Date: Tue, 21 May 2013 08:41:08 +0200 Dear David Miller, On Mon, 20 May 2013 23:26:19 -0700 (PDT), David Miller wrote: From: Libo Chen libo.c...@huawei.com Date: Tue, 21 May 2013 10:42:00 +0800 I find a lot of mistakes using

Re: [PATCH 00/19] driver:usbnet: add missing platform_driver owner

2013-05-21 Thread Gu Zheng
On 05/21/2013 02:41 PM, Thomas Petazzoni wrote: Dear David Miller, On Mon, 20 May 2013 23:26:19 -0700 (PDT), David Miller wrote: From: Libo Chen libo.c...@huawei.com Date: Tue, 21 May 2013 10:42:00 +0800 I find a lot of mistakes using struct platform_driver without owner. So I pick up

Re: [PATCH 00/19] driver:usbnet: add missing platform_driver owner

2013-05-21 Thread Libo Chen
On 2013/5/21 16:00, Gu Zheng wrote: On 05/21/2013 02:41 PM, Thomas Petazzoni wrote: Dear David Miller, On Mon, 20 May 2013 23:26:19 -0700 (PDT), David Miller wrote: From: Libo Chen libo.c...@huawei.com Date: Tue, 21 May 2013 10:42:00 +0800 I find a lot of mistakes using struct

Re: [PATCH 00/19] driver:usbnet: add missing platform_driver owner

2013-05-21 Thread Gu Zheng
On 05/21/2013 04:26 PM, Libo Chen wrote: On 2013/5/21 16:00, Gu Zheng wrote: On 05/21/2013 02:41 PM, Thomas Petazzoni wrote: Dear David Miller, On Mon, 20 May 2013 23:26:19 -0700 (PDT), David Miller wrote: From: Libo Chen libo.c...@huawei.com Date: Tue, 21 May 2013 10:42:00 +0800 I find

Re: [PATCH 00/19] driver:usbnet: add missing platform_driver owner

2013-05-21 Thread Thomas Petazzoni
Dear Gu Zheng, On Tue, 21 May 2013 16:00:19 +0800, Gu Zheng wrote: Or, maybe make the existing module_platform_driver() macro do this? But not all the modules use module_platform_driver() macro to replace the module init/exit. Then maybe it's a good opportunity to convert those ones to

Re: [PATCH 00/19] driver:usbnet: add missing platform_driver owner

2013-05-21 Thread Libo Chen
On 2013/5/21 17:06, Thomas Petazzoni wrote: Dear Gu Zheng, On Tue, 21 May 2013 16:00:19 +0800, Gu Zheng wrote: Or, maybe make the existing module_platform_driver() macro do this? But not all the modules use module_platform_driver() macro to replace the module init/exit. Then maybe

[PATCH 00/19] driver:usbnet: add missing platform_driver owner

2013-05-20 Thread Libo Chen
I find a lot of mistakes using struct platform_driver without owner. So I pick up some of them including usb and net modules Libo Chen (19): drivers/usb/musb: add missing platform_driver owner drivers/usb/host: add missing platform_driver owner drivers/usb/chipidea: add missing