* [asahilinux:bits/120-spmi 1/4] drivers/spmi/spmi-apple-controller.c:214:3-8: No need to set .owner here. The core will do it.
@ 2024-10-02 6:36 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-10-02 6:36 UTC (permalink / raw)
To: Jean-Francois Bortolotti; +Cc: oe-kbuild-all, Janne Grunau
tree: https://github.com/AsahiLinux/linux bits/120-spmi
head: 0e7bd6f1c359d469704dae286e446cb6ec3c4876
commit: 542dad1563a5c96bc2295ede9886014ff20abe63 [1/4] spmi: add a first basic spmi driver for Apple SoC
config: alpha-randconfig-r053-20241002 (https://download.01.org/0day-ci/archive/20241002/202410021415.196dOlPA-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/202410021415.196dOlPA-lkp@intel.com/
cocci warnings: (new ones prefixed by >>)
>> drivers/spmi/spmi-apple-controller.c:214:3-8: No need to set .owner here. The core will do it.
vim +214 drivers/spmi/spmi-apple-controller.c
208
209 static struct platform_driver spmi_controller_driver = {
210 .probe = spmi_controller_probe,
211 .remove = spmi_del_controller,
212 .driver = {
213 .name = "apple-spmi",
> 214 .owner = THIS_MODULE,
215 .of_match_table = spmi_controller_match_table,
216 },
217 };
218 module_platform_driver(spmi_controller_driver);
219
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-10-02 6:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 6:36 [asahilinux:bits/120-spmi 1/4] drivers/spmi/spmi-apple-controller.c:214:3-8: No need to set .owner here. The core will do it 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.