From: kbuild test robot <fengguang.wu@intel.com>
To: Rajendra Nayak <rnayak@codeaurora.org>
Cc: kbuild-all@01.org, Michael Turquette <mturquette@linaro.org>,
Kumar Gala <galak@codeaurora.org>,
Josh Cartwright <joshc@codeaurora.org>,
Stephen Boyd <sboyd@codeaurora.org>,
linux-kernel@vger.kernel.org
Subject: [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
Date: Wed, 28 Jan 2015 15:00:51 +0800 [thread overview]
Message-ID: <20150128070051.GA5416@waimea> (raw)
In-Reply-To: <201501281508.7qdKuDxn%fengguang.wu@intel.com>
drivers/clk/qcom/lcc-ipq806x.c:465: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: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
lcc-ipq806x.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/clk/qcom/lcc-ipq806x.c
+++ b/drivers/clk/qcom/lcc-ipq806x.c
@@ -462,7 +462,6 @@ static struct platform_driver lcc_ipq806
.remove = lcc_ipq806x_remove,
.driver = {
.name = "lcc-ipq806x",
- .owner = THIS_MODULE,
.of_match_table = lcc_ipq806x_match_table,
},
};
next parent reply other threads:[~2015-01-28 21:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201501281508.7qdKuDxn%fengguang.wu@intel.com>
2015-01-28 7:00 ` kbuild test robot [this message]
2015-01-28 20:49 ` [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings Stephen Boyd
2015-02-25 20:03 ` 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
2015-11-05 23:32 ` 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] <201412090635.301ctah3%fengguang.wu@intel.com>
2014-12-08 22:21 ` kbuild test robot
[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=20150128070051.GA5416@waimea \
--to=fengguang.wu@intel.com \
--cc=galak@codeaurora.org \
--cc=joshc@codeaurora.org \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=rnayak@codeaurora.org \
--cc=sboyd@codeaurora.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.