[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170220120529.GA59227@xian.lkp.intel.com>
Date: Mon, 20 Feb 2017 20:05:32 +0800
From: kbuild test robot <lkp@...el.com>
To: Patrick Vogelaar <Patrick.Vogelaar@...atronik.com>
Cc: kbuild-all@...org, dmitry.torokhov@...il.com,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
linux-input@...r.kernel.org,
Patrick Vogelaar <Patrick.Vogelaar@...atronik.com>
Subject: [PATCH] fix platform_no_drv_owner.cocci warnings
drivers/input/misc/cy8cmbr3102.c:210:4-9: 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: Patrick Vogelaar <Patrick.Vogelaar@...atronik.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
cy8cmbr3102.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/input/misc/cy8cmbr3102.c
+++ b/drivers/input/misc/cy8cmbr3102.c
@@ -207,7 +207,6 @@ MODULE_DEVICE_TABLE(of, of_cy8cmbr3102_m
static struct i2c_driver cy8cmbr3102_driver = {
.driver = {
.name = "cy8cmbr3102",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(of_cy8cmbr3102_match),
},
.probe = cy8cmbr3102_probe,
Powered by blists - more mailing lists