All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [PATCH] FogBugz #236669: fix platform_no_drv_owner.cocci warnings
Date: Thu, 04 Jun 2020 20:51:38 +0800	[thread overview]
Message-ID: <20200604125138.GA51001@c7ce54bd0f81> (raw)
In-Reply-To: <202006042026.yV7o7Gsi%lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]

From: kernel test robot <lkp@intel.com>

drivers/misc/altera_ilc.c:276: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

Fixes: 9436cc72e21f ("FogBugz #236669: Add a Kconfig for ILC driver")
CC: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git socfpga-5.7_v1
head:   615558e92b04e1e40b901de5b681b7da65205996
commit: 9436cc72e21fb3ea3f15171a72fa0c16cfabab63 [8/57] FogBugz #236669: Add a Kconfig for ILC driver

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

--- a/drivers/misc/altera_ilc.c
+++ b/drivers/misc/altera_ilc.c
@@ -273,7 +273,6 @@ MODULE_DEVICE_TABLE(of, altera_ilc_match
 static struct platform_driver altera_ilc_platform_driver = {
 	.driver = {
 		.name		= DRV_NAME,
-		.owner		= THIS_MODULE,
 		.of_match_table	= of_match_ptr(altera_ilc_match),
 	},
 	.remove			= altera_ilc_remove,

      reply	other threads:[~2020-06-04 12:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-04 12:51 [dinguyen:socfpga-5.7_v1 8/57] drivers/misc/altera_ilc.c:276:3-8: No need to set .owner here. The core will do it kernel test robot
2020-06-04 12:51 ` kernel test robot [this message]

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=20200604125138.GA51001@c7ce54bd0f81 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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.