linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: rui.zhang@intel.com (Zhang Rui)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 18/28] thermal: drop owner assignment from platform_drivers
Date: Mon, 22 Dec 2014 11:01:55 +0800	[thread overview]
Message-ID: <1419217315.22607.15.camel@rzhang1-toshiba> (raw)
In-Reply-To: <1419196495-9626-19-git-send-email-wsa@the-dreams.de>

On Sun, 2014-12-21 at 22:14 +0100, Wolfram Sang wrote:
> This platform_driver does not need to set an owner, it will be populated by the
> driver core.
> 
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

both PATCH 18/28 and 19/28 look good to me. applied.

thanks,
rui
> ---
> Generated with coccinelle. SmPL file is in the introductory msg. The big
> cleanup was pulled in this merge window. This series catches the bits fallen
> through. The patches shall go in via the subsystem trees.
> 
>  drivers/thermal/rockchip_thermal.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/thermal/rockchip_thermal.c b/drivers/thermal/rockchip_thermal.c
> index 1bcddfc60e91..9c6ce548e363 100644
> --- a/drivers/thermal/rockchip_thermal.c
> +++ b/drivers/thermal/rockchip_thermal.c
> @@ -677,7 +677,6 @@ static SIMPLE_DEV_PM_OPS(rockchip_thermal_pm_ops,
>  static struct platform_driver rockchip_thermal_driver = {
>  	.driver = {
>  		.name = "rockchip-thermal",
> -		.owner = THIS_MODULE,
>  		.pm = &rockchip_thermal_pm_ops,
>  		.of_match_table = of_rockchip_thermal_match,
>  	},

  reply	other threads:[~2014-12-22  3:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-21 21:14 [PATCH 00/28] remove .owner for most platform_drivers: the missing bits Wolfram Sang
2014-12-21 21:14 ` [PATCH 01/28] ARM: mach-exynos: drop owner assignment from platform_drivers Wolfram Sang
2014-12-21 21:14 ` [PATCH 06/28] dma: " Wolfram Sang
2014-12-22 15:38   ` Vinod Koul
2014-12-31 10:23     ` Wolfram Sang
2015-01-13 15:58       ` Vinod Koul
2014-12-21 21:14 ` [PATCH 09/28] iommu: " Wolfram Sang
2015-01-05 11:08   ` Joerg Roedel
2014-12-21 21:14 ` [PATCH 13/28] pci: host: " Wolfram Sang
2015-01-16  0:49   ` Bjorn Helgaas
2014-12-21 21:14 ` [PATCH 18/28] thermal: " Wolfram Sang
2014-12-22  3:01   ` Zhang Rui [this message]
2014-12-21 21:14 ` [PATCH 26/28] ASoC: pxa: " Wolfram Sang
2014-12-22 12:02   ` Mark Brown
2014-12-21 21:14 ` [PATCH 27/28] ASoC: samsung: " Wolfram Sang
2014-12-22 12:02   ` Mark Brown

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=1419217315.22607.15.camel@rzhang1-toshiba \
    --to=rui.zhang@intel.com \
    --cc=linux-arm-kernel@lists.infradead.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).