linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
	linux-snps-arc@lists.infradead.org,
	Alexey Brodkin <Alexey.Brodkin@synopsys.com>,
	David Airlie <airlied@linux.ie>,
	dri-devel@lists.freedesktop.org,
	Jose Abreu <Jose.Abreu@synopsys.com>
Subject: [PATCH] drm: fix platform_no_drv_owner.cocci warnings
Date: Sat, 12 Mar 2016 00:45:43 +0800	[thread overview]
Message-ID: <20160311164542.GA94290@lkp-ib04> (raw)
In-Reply-To: <1457710959-9562-2-git-send-email-abrodkin@synopsys.com>

drivers/gpu/drm/arc/arcpgu_drv.c:243:6-11: 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: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 arcpgu_drv.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/gpu/drm/arc/arcpgu_drv.c
+++ b/drivers/gpu/drm/arc/arcpgu_drv.c
@@ -240,7 +240,6 @@ static struct platform_driver arcpgu_pla
 	.remove = arcpgu_remove,
 	.driver = {
 		   .name = "arcpgu",
-		   .owner = THIS_MODULE,
 		   .of_match_table = arcpgu_of_table,
 		   },
 };

  parent reply	other threads:[~2016-03-11 16:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-11 15:42 [PATCH 0/4 v3] drm: Add support of ARC PGU display controller Alexey Brodkin
2016-03-11 15:42 ` [PATCH 1/4 " Alexey Brodkin
2016-03-11 16:45   ` kbuild test robot
2016-03-11 16:45   ` kbuild test robot [this message]
2016-03-14  7:00   ` Daniel Vetter
2016-03-14 11:15     ` Alexey Brodkin
2016-03-15  8:10       ` Daniel Vetter
2016-03-15 15:24         ` Alexey Brodkin
2016-03-15 15:59           ` Daniel Vetter
2016-03-17 20:27             ` Alexey Brodkin
2016-03-18  8:02               ` Daniel Vetter
2016-03-18  8:11                 ` Alexey Brodkin
2016-03-18 17:23                   ` Daniel Vetter
2016-03-11 15:42 ` [PATCH 2/4 v3] drm: Add DT bindings documentation for " Alexey Brodkin
2016-03-21 13:04   ` Rob Herring
2016-03-24 14:57     ` Alexey Brodkin
2016-03-11 15:42 ` [PATCH 3/4 v3] arc: axs10x - add support of ARC PGU Alexey Brodkin
2016-03-11 15:42 ` [PATCH 4/4 v3] MAINTAINERS: Add maintainer for ARC PGU display controller Alexey Brodkin

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=20160311164542.GA94290@lkp-ib04 \
    --to=lkp@intel.com \
    --cc=Alexey.Brodkin@synopsys.com \
    --cc=Jose.Abreu@synopsys.com \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@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).