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; 8+ 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] 8+ 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; 8+ 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] 8+ messages in thread

* [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings
  2021-04-11  0:13 [omap-audio:peter/linux-next-wip 58/63] sound/soc/ti/omap-mcasp.c:630:2-9: line 630 is redundant because platform_get_irq() already prints an error kernel test robot
@ 2021-04-11  0:13 ` kernel test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kernel test robot @ 2021-04-11  0:13 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
TO: Peter Ujfalusi <peter.ujfalusi@ti.com>

From: kernel 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: fcb13c7789d9 ("omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile")
CC: Andrey Utkin <andrey_utkin@fastmail.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/omap-audio/linux-audio peter/linux-next-wip
head:   1a1b30085331a74521f22625564118640875d82e
commit: fcb13c7789d9601a4316aa2e82cc011db1c265c4 [58/63] omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile
:::::: branch date: 3 hours ago
:::::: commit date: 2 weeks ago

 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] 8+ messages in thread

* [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings
  2020-12-12 21:00 [omap-audio:peter/linux-next-wip 79/94] sound/soc/ti/omap-mcasp.c:630:2-9: line 630 is redundant because platform_get_irq() already prints an error kernel test robot
@ 2020-12-12 21:00 ` kernel test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kernel test robot @ 2020-12-12 21:00 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
TO: Peter Ujfalusi <peter.ujfalusi@ti.com>

From: kernel 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: c91a001a1b2f ("omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile")
CC: Andrey Utkin <andrey_utkin@fastmail.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/omap-audio/linux-audio peter/linux-next-wip
head:   616dbf432c14c411575f7d278d2215534464e632
commit: c91a001a1b2f93d4e3d72cd48efcd9a868a6407e [79/94] omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile
:::::: branch date: 2 hours ago
:::::: commit date: 2 hours ago

 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] 8+ messages in thread

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

[-- Attachment #1: Type: text/plain, Size: 1081 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: ccd7889c1dfc ("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:   28a4f7200aca92725580b4399cfc33da62c3f676
commit: ccd7889c1dfc17842c3600c2f59f22e1363002a2 [76/89] 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] 8+ messages in thread

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

[-- Attachment #1: Type: text/plain, Size: 1081 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: 912e5fb4149f ("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:   6ac31c0a3cce3aa9f6e4551095fc0e64c7ae58c0
commit: 912e5fb4149f3374bcb878634622866a8f71205d [70/82] 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] 8+ messages in thread

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

[-- Attachment #1: Type: text/plain, Size: 1081 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: 55de7272a358 ("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:   cc27bcbb02baa2c37ca704ad6230fabed8c2324f
commit: 55de7272a35817b6155087957ec793ffdc2435f6 [88/98] 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] 8+ messages in thread

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

[-- Attachment #1: Type: text/plain, Size: 1081 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: d9878b7a84c8 ("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:   ae02767e557d4b75a99b7a5ea70c26594c54b5fb
commit: d9878b7a84c892731f887558e9d0fbe6965d5b0f [86/97] 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] 8+ messages in thread

end of thread, other threads:[~2021-04-11  0:13 UTC | newest]

Thread overview: 8+ 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
2020-02-04 14:03 [omap-audio:peter/linux-next-wip 86/97] sound/soc/ti/omap-mcasp.c:691:3-8: No need to set .owner here. The core will do it kbuild test robot
2020-02-04 14:03 ` [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings kbuild test robot
2020-03-03  5:35 [omap-audio:peter/linux-next-wip 88/98] sound/soc/ti/omap-mcasp.c:691:3-8: No need to set .owner here. The core will do it kbuild test robot
2020-03-03  5:35 ` [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings kbuild test robot
2020-03-20  2:16 [omap-audio:peter/linux-next-wip 70/82] sound/soc/ti/omap-mcasp.c:691:3-8: No need to set .owner here. The core will do it kbuild test robot
2020-03-20  2:16 ` [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings kbuild test robot
2020-05-09 15:20 [omap-audio:peter/linux-next-wip 76/89] sound/soc/ti/omap-mcasp.c:691:3-8: No need to set .owner here. The core will do it kbuild test robot
2020-05-09 15:20 ` [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings kbuild test robot
2020-12-12 21:00 [omap-audio:peter/linux-next-wip 79/94] sound/soc/ti/omap-mcasp.c:630:2-9: line 630 is redundant because platform_get_irq() already prints an error kernel test robot
2020-12-12 21:00 ` [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings kernel test robot
2021-04-11  0:13 [omap-audio:peter/linux-next-wip 58/63] sound/soc/ti/omap-mcasp.c:630:2-9: line 630 is redundant because platform_get_irq() already prints an error kernel test robot
2021-04-11  0:13 ` [PATCH] omap: mcasp: fix platform_no_drv_owner.cocci warnings 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.