From: Lee Jones <lee@kernel.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Jassi Brar <jassisinghbrar@gmail.com>,
Stephen Warren <swarren@wwwdotorg.org>,
"open list:MAILBOX API" <linux-kernel@vger.kernel.org>,
"moderated list:BROADCOM BCM2835 ARM ARCHITECTURE"
<linux-rpi-kernel@lists.infradead.org>
Subject: Re: [PATCH] mailbox: Drop owner assignment from platform_driver
Date: Fri, 24 Jul 2015 16:27:13 +0100 [thread overview]
Message-ID: <20150724152713.GS3436@x1> (raw)
In-Reply-To: <1436508070-17171-1-git-send-email-k.kozlowski@samsung.com>
On Fri, 10 Jul 2015, 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>
>
> ---
>
> The coccinelle script which generated the patch was sent here:
> http://www.spinics.net/lists/kernel/msg2029903.html
> ---
> drivers/mailbox/bcm2835-mailbox.c | 1 -
> 1 file changed, 1 deletion(-)
Acked-by: Lee Jones <lee@kernel.org>
> diff --git a/drivers/mailbox/bcm2835-mailbox.c b/drivers/mailbox/bcm2835-mailbox.c
> index 0b47dd42f3bd..cfb4b4496dd9 100644
> --- a/drivers/mailbox/bcm2835-mailbox.c
> +++ b/drivers/mailbox/bcm2835-mailbox.c
> @@ -204,7 +204,6 @@ MODULE_DEVICE_TABLE(of, bcm2835_mbox_of_match);
> static struct platform_driver bcm2835_mbox_driver = {
> .driver = {
> .name = "bcm2835-mbox",
> - .owner = THIS_MODULE,
> .of_match_table = bcm2835_mbox_of_match,
> },
> .probe = bcm2835_mbox_probe,
next prev parent reply other threads:[~2015-07-24 15:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-10 6:01 [PATCH] mailbox: Drop owner assignment from platform_driver Krzysztof Kozlowski
2015-07-24 15:27 ` Lee Jones [this message]
2015-07-27 17:28 ` Eric Anholt
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=20150724152713.GS3436@x1 \
--to=lee@kernel.org \
--cc=jassisinghbrar@gmail.com \
--cc=k.kozlowski@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=swarren@wwwdotorg.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.