[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <586621CB.50307@hisilicon.com>
Date: Fri, 30 Dec 2016 16:58:51 +0800
From: Xinwei Kong <kong.kongxinwei@...ilicon.com>
To: Hanjun Guo <guohanjun@...wei.com>,
Marc Zyngier <marc.zyngier@....com>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>
CC: Charles Garcia-Tobin <charles.garcia-tobin@....com>,
<jcm@...hat.com>, <yimin@...wei.com>,
Tomasz Nowicki <tn@...ihalf.com>,
<linux-kernel@...r.kernel.org>, <linuxarm@...wei.com>,
Sinan Kaya <okaya@...eaurora.org>,
<linux-acpi@...r.kernel.org>, Hanjun Guo <hanjun.guo@...aro.org>,
Greg KH <gregkh@...uxfoundation.org>,
"Thomas Gleixner" <tglx@...utronix.de>,
Agustin Vega-Frias <agustinv@...eaurora.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v5 12/14] irqchip: mbigen: drop module owner
On 2016/12/22 13:35, Hanjun Guo wrote:
> From: Kefeng Wang <wangkefeng.wang@...wei.com>
>
> Module owner will be set by driver core, so drop it.
>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@...wei.com>
> Signed-off-by: Hanjun Guo <hanjun.guo@...aro.org>
> Cc: Marc Zyngier <marc.zyngier@....com>
> Cc: Thomas Gleixner <tglx@...utronix.de>
> Cc: Ma Jun <majun258@...wei.com>
> ---
> drivers/irqchip/irq-mbigen.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/irqchip/irq-mbigen.c b/drivers/irqchip/irq-mbigen.c
> index 03b79b0..c01ab41 100644
> --- a/drivers/irqchip/irq-mbigen.c
> +++ b/drivers/irqchip/irq-mbigen.c
> @@ -293,7 +293,6 @@ static int mbigen_device_probe(struct platform_device *pdev)
> static struct platform_driver mbigen_platform_driver = {
> .driver = {
> .name = "Hisilicon MBIGEN-V2",
> - .owner = THIS_MODULE,
> .of_match_table = mbigen_of_match,
> },
> .probe = mbigen_device_probe,
Tested-by: Xinwei Kong <kong.kongxinwei@...ilicon.com>
Powered by blists - more mailing lists