2016-04-13 08:47:01

by Julia Lawall

[permalink] [raw]
Subject: [PATCH] atmel-isc: fix platform_no_drv_owner.cocci warnings

Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Songjun Wu <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Signed-off-by: Julia Lawall <[email protected]>
---

atmel-isc.c | 1 -
1 file changed, 1 deletion(-)

--- a/drivers/media/platform/atmel/atmel-isc.c
+++ b/drivers/media/platform/atmel/atmel-isc.c
@@ -1524,7 +1524,6 @@ static struct platform_driver atmel_isc_
.remove = atmel_isc_remove,
.driver = {
.name = ATMEL_ISC_NAME,
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(atmel_isc_of_match),
},
};


2016-04-13 09:24:24

by Wu, Songjun

[permalink] [raw]
Subject: Re: [PATCH] atmel-isc: fix platform_no_drv_owner.cocci warnings

Accept.
Thank you for your comments.

On 4/13/2016 16:46, Julia Lawall wrote:
> Remove .owner field if calls are used which set it automatically
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
>
> CC: Songjun Wu <[email protected]>
> Signed-off-by: Fengguang Wu <[email protected]>
> Signed-off-by: Julia Lawall <[email protected]>
> ---
>
> atmel-isc.c | 1 -
> 1 file changed, 1 deletion(-)
>
> --- a/drivers/media/platform/atmel/atmel-isc.c
> +++ b/drivers/media/platform/atmel/atmel-isc.c
> @@ -1524,7 +1524,6 @@ static struct platform_driver atmel_isc_
> .remove = atmel_isc_remove,
> .driver = {
> .name = ATMEL_ISC_NAME,
> - .owner = THIS_MODULE,
> .of_match_table = of_match_ptr(atmel_isc_of_match),
> },
> };
>