From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, Andy Gross <agross@codeaurora.org>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
Varadarajan Narayanan <varada@codeaurora.org>,
linux-kernel@vger.kernel.org,
qca-upstream.external@qca.qualcomm.com,
Pradeep Banavathi <pradeepb@codeaurora.org>,
Senthilkumar N L <snlakshm@codeaurora.org>,
Matthew McClintock <mmcclint@codeaurora.org>
Subject: [PATCH] clk: qcom: fix platform_no_drv_owner.cocci warnings
Date: Fri, 6 Nov 2015 07:32:47 +0800 [thread overview]
Message-ID: <20151105233247.GA66370@lkp-sb04> (raw)
In-Reply-To: <1446761276-9111-3-git-send-email-mmcclint@codeaurora.org>
drivers/clk/qcom/gcc-ipq4019.c:1661: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: Varadarajan Narayanan <varada@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
gcc-ipq4019.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/clk/qcom/gcc-ipq4019.c
+++ b/drivers/clk/qcom/gcc-ipq4019.c
@@ -1658,7 +1658,6 @@ static struct platform_driver gcc_ipq401
.remove = gcc_ipq4019_remove,
.driver = {
.name = "qcom,gcc-ipq4019",
- .owner = THIS_MODULE,
.of_match_table = gcc_ipq4019_match_table,
},
};
next prev parent reply other threads:[~2015-11-05 23:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-05 22:07 [PATCH 0/5] arm: qcom: Add support for IPQ8014 family of SoCs Matthew McClintock
2015-11-05 22:07 ` [PATCH 1/5] pinctrl: qcom: ipq4019: Add IPQ4019 pinctrl support Matthew McClintock
2015-11-06 2:34 ` Rob Herring
2015-11-06 3:24 ` Matthew McClintock
2015-11-05 22:07 ` [PATCH 2/5] clk: qcom: Add IPQ4019 Global Clock Controller support Matthew McClintock
2015-11-05 23:32 ` kbuild test robot
2015-11-05 23:32 ` kbuild test robot [this message]
2015-11-06 1:15 ` Stephen Boyd
2015-11-05 22:07 ` [PATCH 3/5] ARM: qcom: add IPQ4019 compatible match Matthew McClintock
2015-11-05 22:07 ` [PATCH 4/5] qcom: ipq4019: Add basic board/dts support for IPQ4019 SoC Matthew McClintock
2015-11-05 22:07 ` [PATCH 5/5] dts: ipq4019: Add support for IPQ4019 DK01 board Matthew McClintock
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=20151105233247.GA66370@lkp-sb04 \
--to=lkp@intel.com \
--cc=agross@codeaurora.org \
--cc=kbuild-all@01.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mmcclint@codeaurora.org \
--cc=pradeepb@codeaurora.org \
--cc=qca-upstream.external@qca.qualcomm.com \
--cc=snlakshm@codeaurora.org \
--cc=varada@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 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).