Thread (5 messages) 5 messages, 3 authors, 2016-01-26
STALE3805d

[PATCH] acpi: fix platform_no_drv_owner.cocci warnings

From: kbuild test robot <hidden>
Date: 2016-01-25 23:23:06
Also in: linux-acpi, linux-arm-msm, lkml

drivers/acpi/evged.c:152: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: Sinan Kaya <redacted>
Signed-off-by: Fengguang Wu <redacted>
---

 evged.c |    1 -
 1 file changed, 1 deletion(-)
--- a/drivers/acpi/evged.c
+++ b/drivers/acpi/evged.c
@@ -149,7 +149,6 @@ static struct platform_driver ged_driver
 	.probe = ged_probe,
 	.driver = {
 		.name = MODULE_NAME,
-		.owner = THIS_MODULE,
 		.acpi_match_table = ACPI_PTR(ged_acpi_ids),
 	},
 };
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help