linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: lkp@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: qcom: ipq8074: fix platform_no_drv_owner.cocci warnings
Date: Sat, 29 Apr 2017 13:50:51 +0800	[thread overview]
Message-ID: <20170429055051.GA50706@lkp-sbx04> (raw)
In-Reply-To: <1493373403-23462-3-git-send-email-varada@codeaurora.org>

drivers/clk/qcom/gcc-ipq8074.c:1014: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: Abhishek Sahu <absahu@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 gcc-ipq8074.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/clk/qcom/gcc-ipq8074.c
+++ b/drivers/clk/qcom/gcc-ipq8074.c
@@ -1011,7 +1011,6 @@ static struct platform_driver gcc_ipq807
 	.probe = gcc_ipq8074_probe,
 	.driver = {
 		.name   = "qcom,gcc-ipq8074",
-		.owner  = THIS_MODULE,
 		.of_match_table = gcc_ipq8074_match_table,
 	},
 };

  reply	other threads:[~2017-04-29  5:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-28  9:56 [PATCH 0/5] Add minimal boot support for IPQ8074 Varadarajan Narayanan
2017-04-28  9:56 ` [PATCH 1/5] pinctrl: qcom: Add ipq8074 pinctrl driver Varadarajan Narayanan
2017-05-07  7:45   ` Linus Walleij
2017-04-28  9:56 ` [PATCH 2/5] clk: qcom: ipq8074: Add Global Clock Controller support Varadarajan Narayanan
2017-04-29  5:50   ` kbuild test robot [this message]
2017-04-29  5:50   ` kbuild test robot
2017-04-28  9:56 ` [PATCH 3/5] dt-bindings: qcom: Add IPQ8074 bindings Varadarajan Narayanan
2017-04-28  9:56 ` [PATCH 4/5] arm64: dts: Add ipq8074 SoC and MTP board support Varadarajan Narayanan
2017-04-28 18:53   ` Stephen Boyd
2017-05-03  7:30     ` Varadarajan Narayanan
2017-04-28 18:58   ` Jonathan Neuschäfer
2017-05-08  7:32     ` Varadarajan Narayanan
2017-04-28  9:56 ` [PATCH 5/5] arm64: defconfig: Enable QCOM IPQ8074 clock and pinctrl Varadarajan Narayanan

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=20170429055051.GA50706@lkp-sbx04 \
    --to=lkp@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).