All of lore.kernel.org
 help / color / mirror / Atom feed
* [jsarha:topic/cros-sof-v4.19 438/6555] drivers/gpu/arm/midgard/mali_kbase_core_linux.c:4181:6-11: No need to set .owner here. The core will do it.
@ 2024-06-23 13:58 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-06-23 13:58 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: oe-kbuild-all

tree:   https://github.com/jsarha/linux topic/cros-sof-v4.19
head:   d7a3e91d8d16d1ef8653deec5a1fffc4de034a0c
commit: b303c6455c178a647340cd5e75fddbdf57cc697a [438/6555] CHROMIUM: MALI: Bifrost r13p0 EAC release
config: arm-randconfig-r064-20240623 (https://download.01.org/0day-ci/archive/20240623/202406232138.hGK1ZVy9-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 13.2.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/202406232138.hGK1ZVy9-lkp@intel.com/

cocci warnings: (new ones prefixed by >>)
>> drivers/gpu/arm/midgard/mali_kbase_core_linux.c:4181:6-11: No need to set .owner here. The core will do it.
>> drivers/gpu/arm/midgard/mali_kbase_core_linux.c:4181:6-11: No need to set .owner here. The core will do it.

vim +4181 drivers/gpu/arm/midgard/mali_kbase_core_linux.c

  4175	
  4176	static struct platform_driver kbase_platform_driver = {
  4177		.probe = kbase_platform_device_probe,
  4178		.remove = kbase_platform_device_remove,
  4179		.driver = {
  4180			   .name = kbase_drv_name,
> 4181			   .owner = THIS_MODULE,
  4182			   .pm = &kbase_pm_ops,
  4183			   .of_match_table = of_match_ptr(kbase_dt_ids),
  4184		},
  4185	};
  4186	

-- 
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-06-23 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-23 13:58 [jsarha:topic/cros-sof-v4.19 438/6555] drivers/gpu/arm/midgard/mali_kbase_core_linux.c:4181:6-11: 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.