* [bluetooth:master 10/10] drivers/bluetooth/hci_intel.c:872:3-8: No need to set .owner here. The core will do it.
@ 2015-08-27 16:40 kbuild test robot
2015-08-27 16:40 ` [PATCH] Bluetooth: hci_intel: fix platform_no_drv_owner.cocci warnings kbuild test robot
0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2015-08-27 16:40 UTC (permalink / raw)
To: Loic Poulain; +Cc: kbuild-all, Marcel Holtmann, linux-bluetooth
tree: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master
head: 660f4b880ed6391e249e118537b2dc22f3ad1e2c
commit: 660f4b880ed6391e249e118537b2dc22f3ad1e2c [10/10] Bluetooth: hci_intel: Add support for platform driver
coccinelle warnings: (new ones prefixed by >>)
>> drivers/bluetooth/hci_intel.c:872: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/pipermail/kbuild-all Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] Bluetooth: hci_intel: fix platform_no_drv_owner.cocci warnings
2015-08-27 16:40 [bluetooth:master 10/10] drivers/bluetooth/hci_intel.c:872:3-8: No need to set .owner here. The core will do it kbuild test robot
@ 2015-08-27 16:40 ` kbuild test robot
0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2015-08-27 16:40 UTC (permalink / raw)
To: Loic Poulain
Cc: kbuild-all, Marcel Holtmann, linux-bluetooth, Gustavo Padovan,
Johan Hedberg, linux-kernel
drivers/bluetooth/hci_intel.c:872: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
CC: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
hci_intel.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/bluetooth/hci_intel.c
+++ b/drivers/bluetooth/hci_intel.c
@@ -869,7 +869,6 @@ static struct platform_driver intel_driv
.driver = {
.name = "hci_intel",
.acpi_match_table = ACPI_PTR(intel_acpi_match),
- .owner = THIS_MODULE,
},
};
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-27 16:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-27 16:40 [bluetooth:master 10/10] drivers/bluetooth/hci_intel.c:872:3-8: No need to set .owner here. The core will do it kbuild test robot
2015-08-27 16:40 ` [PATCH] Bluetooth: hci_intel: fix platform_no_drv_owner.cocci warnings kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox