diff mbox

[18/19] drivers/net/ethernet/marvell: add missing platform_driver owne

Message ID 1369104171-8824-1-git-send-email-libo.chen@huawei.com
State Changes Requested, archived
Delegated to: David Miller
Headers show

Commit Message

Libo Chen May 21, 2013, 2:42 a.m. UTC
set the owner of platform_driver, to ensure that the
caller of driver holds a module refernece

Signed-off-by: Libo Chen <libo.chen@huawei.com>
---
 drivers/net/ethernet/marvell/mvneta.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Sergei Shtylyov May 21, 2013, 1:11 p.m. UTC | #1
Hello.

On 21-05-2013 6:42, Libo Chen wrote:

> set the owner of platform_driver, to ensure that the
> caller of driver holds a module refernece

> Signed-off-by: Libo Chen <libo.chen@huawei.com>
> ---
>   drivers/net/ethernet/marvell/mvneta.c |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)

> diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c
> index c966785..be35a3e 100644
> --- a/drivers/net/ethernet/marvell/mvneta.c
> +++ b/drivers/net/ethernet/marvell/mvneta.c
> @@ -2820,6 +2820,7 @@ static struct platform_driver mvneta_driver = {
>   	.remove = mvneta_remove,
>   	.driver = {
>   		.name = MVNETA_DRIVER_NAME,
> +		.owner	= THIS_MODULE,

    Indent this = with space or indent all ='s with tabs.

>   		.of_match_table = mvneta_match,
>   	},
>   };

WBR, Sergei


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Libo Chen May 22, 2013, 1:06 a.m. UTC | #2
On 2013/5/21 21:11, Sergei Shtylyov wrote:
> Hello.
> 
> On 21-05-2013 6:42, Libo Chen wrote:
> 
>> set the owner of platform_driver, to ensure that the
>> caller of driver holds a module refernece
> 
>> Signed-off-by: Libo Chen <libo.chen@huawei.com>
>> ---
>>   drivers/net/ethernet/marvell/mvneta.c |    1 +
>>   1 files changed, 1 insertions(+), 0 deletions(-)
> 
>> diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c
>> index c966785..be35a3e 100644
>> --- a/drivers/net/ethernet/marvell/mvneta.c
>> +++ b/drivers/net/ethernet/marvell/mvneta.c
>> @@ -2820,6 +2820,7 @@ static struct platform_driver mvneta_driver = {
>>       .remove = mvneta_remove,
>>       .driver = {
>>           .name = MVNETA_DRIVER_NAME,
>> +        .owner    = THIS_MODULE,
> 
>    Indent this = with space or indent all ='s with tabs.


thanks for your suggest.

Regards,

Libo
> 
>>           .of_match_table = mvneta_match,
>>       },
>>   };
> 
> WBR, Sergei
> 
> 
> 
> 


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c
index c966785..be35a3e 100644
--- a/drivers/net/ethernet/marvell/mvneta.c
+++ b/drivers/net/ethernet/marvell/mvneta.c
@@ -2820,6 +2820,7 @@  static struct platform_driver mvneta_driver = {
 	.remove = mvneta_remove,
 	.driver = {
 		.name = MVNETA_DRIVER_NAME,
+		.owner	= THIS_MODULE,
 		.of_match_table = mvneta_match,
 	},
 };