All of lore.kernel.org
 help / color / mirror / Atom feed
* [omap-audio:peter/linux-next-wip 118/125] sound/soc/ti/omap-mcasp.c:691:3-8: No need to set .owner here. The core will do it.
@ 2020-01-12  9:46 kbuild test robot
  2020-01-12  9:46 ` [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings kbuild test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2020-01-12  9:46 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/omap-audio/linux-audio peter/linux-next-wip
head:   f9e7f53509a1c67bd8a99e9573b1aaac6a94ac1b
commit: 4e35c4a2e58cc3e75b94092bbf4845006e34def3 [118/125] omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>


coccinelle warnings: (new ones prefixed by >>)

>> sound/soc/ti/omap-mcasp.c:691:3-8: No need to set .owner here. The core will do it.

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings
  2020-01-12  9:46 [omap-audio:peter/linux-next-wip 118/125] sound/soc/ti/omap-mcasp.c:691:3-8: No need to set .owner here. The core will do it kbuild test robot
@ 2020-01-12  9:46 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2020-01-12  9:46 UTC (permalink / raw)
  To: kbuild-all

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

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

sound/soc/ti/omap-mcasp.c:691: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: 4e35c4a2e58c ("omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile")
CC: Andrey Utkin <andrey_utkin@fastmail.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://github.com/omap-audio/linux-audio peter/linux-next-wip
head:   f9e7f53509a1c67bd8a99e9573b1aaac6a94ac1b
commit: 4e35c4a2e58cc3e75b94092bbf4845006e34def3 [118/125] omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile

 omap-mcasp.c |    1 -
 1 file changed, 1 deletion(-)

--- a/sound/soc/ti/omap-mcasp.c
+++ b/sound/soc/ti/omap-mcasp.c
@@ -688,7 +688,6 @@ MODULE_DEVICE_TABLE(of, omap_mcasp_of_ma
 static struct platform_driver omap_mcasp_driver = {
 	.driver		= {
 		.name	= "omap-mcasp",
-		.owner	= THIS_MODULE,
 		.of_match_table = omap_mcasp_of_match,
 	},
 	.probe		= asoc_mcasp_probe,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-12  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12  9:46 [omap-audio:peter/linux-next-wip 118/125] sound/soc/ti/omap-mcasp.c:691:3-8: No need to set .owner here. The core will do it kbuild test robot
2020-01-12  9:46 ` [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings kbuild 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.