linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] input/keyboard: fix platform_no_drv_owner.cocci warnings
@ 2017-08-20  9:19 Julia Lawall
  2017-08-20 16:28 ` Dmitry Torokhov
  0 siblings, 1 reply; 4+ messages in thread
From: Julia Lawall @ 2017-08-20  9:19 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: alsa-devel, Dmitry Torokhov, linux-input, linux-kernel,
	kbuild-all

No need to set .owner here. The core will do it.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Fixes: 52cf590518d7 ("input/keyboard: Add support for Dollar Cove TI power button")
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 dc_ti_pwrbtn.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/input/keyboard/dc_ti_pwrbtn.c
+++ b/drivers/input/keyboard/dc_ti_pwrbtn.c
@@ -75,7 +75,6 @@ static int dc_ti_pwrbtn_probe(struct pla
 static struct platform_driver dc_ti_pwrbtn_driver = {
 	.driver = {
 		.name = DRIVER_NAME,
-		.owner = THIS_MODULE,
 	},
 	.probe	= dc_ti_pwrbtn_probe,
 };

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

end of thread, other threads:[~2017-08-20 20:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-20  9:19 [PATCH] input/keyboard: fix platform_no_drv_owner.cocci warnings Julia Lawall
2017-08-20 16:28 ` Dmitry Torokhov
2017-08-20 16:44   ` Julia Lawall
2017-08-20 20:35   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).