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:21:15 +0800 [thread overview]
Message-ID: <20141208222115.GA83312@athens> (raw)
In-Reply-To: <201412090635.301ctah3%fengguang.wu@intel.com>
drivers/clk/qcom/kpss-xcc.c:89: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>
---
kpss-xcc.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/clk/qcom/kpss-xcc.c
+++ b/drivers/clk/qcom/kpss-xcc.c
@@ -86,7 +86,6 @@ static struct platform_driver kpss_xcc_d
.driver = {
.name = "kpss-xcc",
.of_match_table = kpss_xcc_match_table,
- .owner = THIS_MODULE,
},
};
module_platform_driver(kpss_xcc_driver);
next parent reply other threads:[~2014-12-08 22:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201412090635.301ctah3%fengguang.wu@intel.com>
2014-12-08 22:21 ` kbuild test robot [this message]
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
[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
[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] <201412090645.oUKgIUsF%fengguang.wu@intel.com>
2014-12-08 22:07 ` 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=20141208222115.GA83312@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).