From: Bjorn Helgaas <bhelgaas@google.com>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Duc Dang <dhdang@apm.com>,
"open list:PCI MSI DRIVER FOR APPLIEDMICRO XGENE"
<linux-pci@vger.kernel.org>,
"open list:PCI MSI DRIVER FOR APPLIEDMICRO XGENE"
<linux-arm-kernel@lists.infradead.org>,
open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] pci: Drop owner assignment from platform_driver
Date: Tue, 14 Jul 2015 18:02:06 -0500 [thread overview]
Message-ID: <20150714230206.GR24416@google.com> (raw)
In-Reply-To: <1436510306-5788-1-git-send-email-k.kozlowski@samsung.com>
On Fri, Jul 10, 2015 at 03:38:26PM +0900, Krzysztof Kozlowski wrote:
> platform_driver does not need to set an owner because
> platform_driver_register() will set it.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Applied to pci/host-xgene for v4.3, thanks!
>
> ---
>
> The coccinelle script which generated the patch was sent here:
> http://www.spinics.net/lists/kernel/msg2029903.html
> ---
> drivers/pci/host/pci-xgene-msi.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/pci/host/pci-xgene-msi.c b/drivers/pci/host/pci-xgene-msi.c
> index 2d31d4d6fd08..9e1889e6aec7 100644
> --- a/drivers/pci/host/pci-xgene-msi.c
> +++ b/drivers/pci/host/pci-xgene-msi.c
> @@ -582,7 +582,6 @@ error:
> static struct platform_driver xgene_msi_driver = {
> .driver = {
> .name = "xgene-msi",
> - .owner = THIS_MODULE,
> .of_match_table = xgene_msi_match_table,
> },
> .probe = xgene_msi_probe,
> --
> 1.9.1
>
prev parent reply other threads:[~2015-07-14 23:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-10 6:38 [PATCH] pci: Drop owner assignment from platform_driver Krzysztof Kozlowski
2015-07-14 23:02 ` Bjorn Helgaas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150714230206.GR24416@google.com \
--to=bhelgaas@google.com \
--cc=dhdang@apm.com \
--cc=k.kozlowski@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).