On Sun, Aug 14, 2016 at 09:18:53PM +0200, SF Markus Elfring wrote:
> From: Markus Elfring <[email protected]>
> Date: Sun, 14 Aug 2016 21:08:41 +0200
> 
> The field "owner" is set by core. Thus delete an extra initialisation.
> 
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
> Signed-off-by: Markus Elfring <[email protected]>
> ---
>  drivers/mailbox/hi6220-mailbox.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mailbox/hi6220-mailbox.c 
> b/drivers/mailbox/hi6220-mailbox.c
> index 613722d..288c505 100644
> --- a/drivers/mailbox/hi6220-mailbox.c
> +++ b/drivers/mailbox/hi6220-mailbox.c
> @@ -371,7 +371,6 @@ static int hi6220_mbox_remove(struct platform_device 
> *pdev)
>  static struct platform_driver hi6220_mbox_driver = {
>       .driver = {
>               .name = "hi6220-mbox",
> -             .owner = THIS_MODULE,

Thanks.

Acked-by: Leo Yan <[email protected]>

>               .of_match_table = hi6220_mbox_of_match,
>       },
>       .probe  = hi6220_mbox_probe,
> -- 
> 2.9.2
> 

Reply via email to