All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Hector Martin <marcan@marcan.st>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [asahilinux:bits/060-spi 2/2] drivers/spi/spi-apple.c:536:3-8: No need to set .owner here. The core will do it.
Date: Fri, 26 Jan 2024 14:50:05 +0800	[thread overview]
Message-ID: <202401261418.Qeh6Konz-lkp@intel.com> (raw)

tree:   https://github.com/AsahiLinux/linux bits/060-spi
head:   cb3e63c65d265833e5a6f2d5755af21770cd3368
commit: 48f560decd6df17a2b1ada83651b2e4e937e8d02 [2/2] spi: apple: Add driver for Apple SPI controller
config: powerpc64-randconfig-r052-20240126 (https://download.01.org/0day-ci/archive/20240126/202401261418.Qeh6Konz-lkp@intel.com/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202401261418.Qeh6Konz-lkp@intel.com/

cocci warnings: (new ones prefixed by >>)
>> drivers/spi/spi-apple.c:536:3-8: No need to set .owner here. The core will do it.

vim +536 drivers/spi/spi-apple.c

   531	
   532	static struct platform_driver apple_spi_driver = {
   533		.probe = apple_spi_probe,
   534		.driver = {
   535			.name = "apple-spi",
 > 536			.owner = THIS_MODULE,
   537			.of_match_table = apple_spi_of_match,
   538		},
   539	};
   540	module_platform_driver(apple_spi_driver);
   541	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

             reply	other threads:[~2024-01-26  6:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-26  6:50 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-02  5:04 [asahilinux:bits/060-spi 2/2] drivers/spi/spi-apple.c:536:3-8: No need to set .owner here. The core will do it kernel test robot
2023-06-05 10:07 kernel 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=202401261418.Qeh6Konz-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=marcan@marcan.st \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.