LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: kbuild-all@01.org,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Mike Turquette <mturquette@linaro.org>,
linux-kernel@vger.kernel.org
Subject: [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
Date: Tue, 9 Dec 2014 06:07:30 +0800 [thread overview]
Message-ID: <20141208220730.GA87798@athens> (raw)
In-Reply-To: <201412090645.oUKgIUsF%fengguang.wu@intel.com>
drivers/clk/qcom/hfpll.c:102:3-8: No need to set .owner here. The core will do it.
Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
CC: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
hfpll.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/clk/qcom/hfpll.c
+++ b/drivers/clk/qcom/hfpll.c
@@ -99,7 +99,6 @@ static struct platform_driver qcom_hfpll
.probe = qcom_hfpll_probe,
.driver = {
.name = "qcom-hfpll",
- .owner = THIS_MODULE,
.of_match_table = qcom_hfpll_match_table,
},
};
next parent reply other threads:[~2014-12-08 22:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201412090645.oUKgIUsF%fengguang.wu@intel.com>
2014-12-08 22:07 ` kbuild test robot [this message]
[not found] <201412090635.301ctah3%fengguang.wu@intel.com>
2014-12-08 22:21 ` kbuild test robot
[not found] <201501281508.7qdKuDxn%fengguang.wu@intel.com>
2015-01-28 7:00 ` kbuild test robot
2015-01-28 20:49 ` Stephen Boyd
2015-02-25 20:03 ` Mike Turquette
[not found] <201501281524.xeH8VSKz%fengguang.wu@intel.com>
2015-01-28 7:11 ` kbuild test robot
2015-01-28 20:51 ` Stephen Boyd
2015-02-25 20:02 ` Mike Turquette
2015-11-05 23:32 [PATCH 2/5] clk: qcom: Add IPQ4019 Global Clock Controller support kbuild test robot
2015-11-05 22:07 ` Matthew McClintock
2015-11-05 23:32 ` [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings kbuild test robot
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=20141208220730.GA87798@athens \
--to=fengguang.wu@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=sboyd@codeaurora.org \
--cc=srinivas.kandagatla@linaro.org \
--subject='Re: [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings' \
/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
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).