From: Kishon Vijay Abraham I <kishon@ti.com>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] phy: Drop owner assignment from i2c_driver
Date: Wed, 15 Jul 2015 18:57:26 +0530 [thread overview]
Message-ID: <55A65FBE.7040203@ti.com> (raw)
In-Reply-To: <1436506690-15489-1-git-send-email-k.kozlowski@samsung.com>
On Friday 10 July 2015 11:08 AM, Krzysztof Kozlowski wrote:
> i2c_driver does not need to set an owner because i2c_register_driver()
> will set it.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
merged.
-Kishon
>
> ---
>
> The coccinelle script which generated the patch was sent here:
> http://www.spinics.net/lists/kernel/msg2029903.html
> ---
> drivers/phy/phy-armada375-usb2.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/phy/phy-armada375-usb2.c b/drivers/phy/phy-armada375-usb2.c
> index 8ccc3952c13d..39c7d21f12da 100644
> --- a/drivers/phy/phy-armada375-usb2.c
> +++ b/drivers/phy/phy-armada375-usb2.c
> @@ -149,7 +149,6 @@ static struct platform_driver armada375_usb_phy_driver = {
> .driver = {
> .of_match_table = of_usb_cluster_table,
> .name = "armada-375-usb-cluster",
> - .owner = THIS_MODULE,
> }
> };
> module_platform_driver(armada375_usb_phy_driver);
>
prev parent reply other threads:[~2015-07-15 13:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-10 5:38 [PATCH] phy: Drop owner assignment from i2c_driver Krzysztof Kozlowski
2015-07-15 13:27 ` Kishon Vijay Abraham I [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=55A65FBE.7040203@ti.com \
--to=kishon@ti.com \
--cc=k.kozlowski@samsung.com \
--cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.