* [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.
@ 2023-06-05 10:07 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2023-06-05 10:07 UTC (permalink / raw)
To: Hector Martin; +Cc: oe-kbuild-all
tree: https://github.com/AsahiLinux/linux bits/060-spi
head: dfb0bd4a56714916a20a80a68042f02f208ab39a
commit: dfb0bd4a56714916a20a80a68042f02f208ab39a [2/2] spi: apple: Add driver for Apple SPI controller
config: parisc-randconfig-c043-20230605 (https://download.01.org/0day-ci/archive/20230605/202306051820.3Jg7FFtj-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 12.3.0
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202306051820.3Jg7FFtj-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.
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* [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.
@ 2024-01-26 6:50 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2024-01-26 6:50 UTC (permalink / raw)
To: Hector Martin; +Cc: oe-kbuild-all
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
^ permalink raw reply [flat|nested] 3+ messages in thread* [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.
@ 2024-10-02 5:04 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2024-10-02 5:04 UTC (permalink / raw)
To: Hector Martin; +Cc: oe-kbuild-all, Janne Grunau
tree: https://github.com/AsahiLinux/linux bits/060-spi
head: 4b8e6943df49c1fa24ce62dccbb4849390c986a8
commit: 4b8e6943df49c1fa24ce62dccbb4849390c986a8 [2/2] spi: apple: Add driver for Apple SPI controller
config: alpha-randconfig-r053-20241002 (https://download.01.org/0day-ci/archive/20241002/202410021205.nzN4OS4q-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 13.3.0
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/202410021205.nzN4OS4q-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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-02 5:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-05 10:07 [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
-- strict thread matches above, loose matches on Subject: below --
2024-01-26 6:50 kernel test robot
2024-10-02 5:04 kernel test robot
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.