[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160815014940.GB20946@leoy-linaro>
Date: Mon, 15 Aug 2016 09:49:40 +0800
From: Leo Yan <leo.yan@...aro.org>
To: SF Markus Elfring <elfring@...rs.sourceforge.net>
Cc: Jassi Brar <jassisinghbrar@...il.com>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Julia Lawall <julia.lawall@...6.fr>
Subject: Re: [PATCH] mailbox-Hi6220: Delete owner assignment
On Sun, Aug 14, 2016 at 09:18:53PM +0200, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@...rs.sourceforge.net>
> 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 <elfring@...rs.sourceforge.net>
> ---
> 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 <leo.yan@...aro.org>
> .of_match_table = hi6220_mbox_of_match,
> },
> .probe = hi6220_mbox_probe,
> --
> 2.9.2
>
Powered by blists - more mailing lists