* [PATCH] Input: fix platform_no_drv_owner.cocci warnings
[not found] <201510060921.YCPWmDCt%fengguang.wu@intel.com>
@ 2015-10-06 1:35 ` kbuild test robot
2015-10-06 22:50 ` Dmitry Torokhov
0 siblings, 1 reply; 7+ messages in thread
From: kbuild test robot @ 2015-10-06 1:35 UTC (permalink / raw)
To: Noralf Trønnes
Cc: kbuild-all, linux-input, Dmitry Torokhov, linux-kernel
drivers/input/touchscreen/ft6236.c:316: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: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
ft6236.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/input/touchscreen/ft6236.c
+++ b/drivers/input/touchscreen/ft6236.c
@@ -313,7 +313,6 @@ MODULE_DEVICE_TABLE(i2c, ft6236_id);
static struct i2c_driver ft6236_driver = {
.driver = {
.name = "ft6236",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(ft6236_of_match),
},
.probe = ft6236_probe,
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Input: fix platform_no_drv_owner.cocci warnings
2015-10-06 1:35 ` [PATCH] Input: fix platform_no_drv_owner.cocci warnings kbuild test robot
@ 2015-10-06 22:50 ` Dmitry Torokhov
0 siblings, 0 replies; 7+ messages in thread
From: Dmitry Torokhov @ 2015-10-06 22:50 UTC (permalink / raw)
To: kbuild test robot
Cc: Noralf Trønnes, kbuild-all, linux-input, linux-kernel
On Tue, Oct 06, 2015 at 09:35:31AM +0800, kbuild test robot wrote:
> drivers/input/touchscreen/ft6236.c:316: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: Noralf Trønnes <noralf@tronnes.org>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Applied, thank you.
> ---
>
> ft6236.c | 1 -
> 1 file changed, 1 deletion(-)
>
> --- a/drivers/input/touchscreen/ft6236.c
> +++ b/drivers/input/touchscreen/ft6236.c
> @@ -313,7 +313,6 @@ MODULE_DEVICE_TABLE(i2c, ft6236_id);
> static struct i2c_driver ft6236_driver = {
> .driver = {
> .name = "ft6236",
> - .owner = THIS_MODULE,
> .of_match_table = of_match_ptr(ft6236_of_match),
> },
> .probe = ft6236_probe,
--
Dmitry
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] Input: fix platform_no_drv_owner.cocci warnings
2016-06-24 14:41 ` Benjamin Tissoires
@ 2016-06-24 21:47 ` kbuild test robot
0 siblings, 0 replies; 7+ messages in thread
From: kbuild test robot @ 2016-06-24 21:47 UTC (permalink / raw)
To: Benjamin Tissoires
Cc: kbuild-all, Wolfram Sang, Jean Delvare, Dmitry Torokhov,
Andrew Duggan, Christopher Heiny, linux-i2c, linux-kernel
drivers/input/rmi4/rmi_smbus.c:448: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: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
rmi_smbus.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/input/rmi4/rmi_smbus.c
+++ b/drivers/input/rmi4/rmi_smbus.c
@@ -445,7 +445,6 @@ MODULE_DEVICE_TABLE(i2c, rmi_id);
static struct i2c_driver rmi_smb_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "rmi4_smbus",
.pm = &rmi_smb_pm,
.resume = rmi_smb_resume,
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] Input: fix platform_no_drv_owner.cocci warnings
2017-05-29 14:45 ` Mylène Josserand
@ 2017-05-29 17:16 ` kbuild test robot
0 siblings, 0 replies; 7+ messages in thread
From: kbuild test robot @ 2017-05-29 17:16 UTC (permalink / raw)
To: Mylène Josserand
Cc: kbuild-all, dmitry.torokhov, fery, robh+dt, mark.rutland,
linux-kernel, linux-input, devicetree, mylene.josserand,
thomas.petazzoni, maxime.ripard
drivers/input/touchscreen/cyttsp5.c:1162: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: Mylène Josserand <mylene.josserand@free-electrons.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
cyttsp5.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/input/touchscreen/cyttsp5.c
+++ b/drivers/input/touchscreen/cyttsp5.c
@@ -1159,7 +1159,6 @@ static int cyttsp5_i2c_remove(struct i2c
static struct i2c_driver cyttsp5_i2c_driver = {
.driver = {
.name = CYTTSP5_NAME,
- .owner = THIS_MODULE,
.of_match_table = cyttsp5_of_match,
},
.probe = cyttsp5_i2c_probe,
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] Input: fix platform_no_drv_owner.cocci warnings
2017-06-19 9:29 ` Wang Yafei
@ 2017-06-19 13:24 ` kbuild test robot
2017-06-19 13:24 ` kbuild test robot
1 sibling, 0 replies; 7+ messages in thread
From: kbuild test robot @ 2017-06-19 13:24 UTC (permalink / raw)
To: Wang Yafei
Cc: kbuild-all, Dmitry Torokhov, Henrik Rydberg, linux-input, andrew,
mouse, linux-kernel
drivers/input/touchscreen/goodix-ts-sunrise/goodix_gtx5_i2c.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: Wang Yafei <wangyafei@goodix.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
goodix_gtx5_i2c.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/input/touchscreen/goodix-ts-sunrise/goodix_gtx5_i2c.c
+++ b/drivers/input/touchscreen/goodix-ts-sunrise/goodix_gtx5_i2c.c
@@ -869,7 +869,6 @@ MODULE_DEVICE_TABLE(i2c, gtx5_id_table);
static struct i2c_driver goodix_i2c_driver = {
.driver = {
.name = TS_DRIVER_NAME,
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(gtx5_of_matchs),
},
.probe = goodix_i2c_probe,
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] Input: fix platform_no_drv_owner.cocci warnings
2017-06-19 9:29 ` Wang Yafei
2017-06-19 13:24 ` [PATCH] Input: fix platform_no_drv_owner.cocci warnings kbuild test robot
@ 2017-06-19 13:24 ` kbuild test robot
1 sibling, 0 replies; 7+ messages in thread
From: kbuild test robot @ 2017-06-19 13:24 UTC (permalink / raw)
To: Wang Yafei
Cc: kbuild-all, Dmitry Torokhov, Henrik Rydberg, linux-input, andrew,
mouse, linux-kernel
drivers/input/touchscreen/goodix-ts-sunrise/goodix_ts_core.c:1335: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: Wang Yafei <wangyafei@goodix.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
goodix_ts_core.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/input/touchscreen/goodix-ts-sunrise/goodix_ts_core.c
+++ b/drivers/input/touchscreen/goodix-ts-sunrise/goodix_ts_core.c
@@ -1332,7 +1332,6 @@ MODULE_DEVICE_TABLE(platform, ts_core_id
static struct platform_driver goodix_ts_driver = {
.driver = {
.name = GOODIX_CORE_DRIVER_NAME,
- .owner = THIS_MODULE,
.pm = &dev_pm_ops,
},
.probe = goodix_ts_probe,
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] Input: fix platform_no_drv_owner.cocci warnings
2017-12-01 15:39 [PATCH v4 1/2] Input: Add driver for Cypress Generation 5 touchscreen Mylène Josserand
@ 2017-12-03 14:29 ` kbuild test robot
0 siblings, 0 replies; 7+ messages in thread
From: kbuild test robot @ 2017-12-03 14:29 UTC (permalink / raw)
To: Mylène Josserand
Cc: kbuild-all, dmitry.torokhov, robh+dt, mark.rutland, linux-kernel,
linux-input, devicetree, mylene.josserand, thomas.petazzoni,
maxime.ripard
drivers/input/touchscreen/cyttsp5.c:1098: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: 68d0bd1e4815 ("Input: Add driver for Cypress Generation 5 touchscreen")
CC: Mylène Josserand <mylene.josserand@free-electrons.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
cyttsp5.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/input/touchscreen/cyttsp5.c
+++ b/drivers/input/touchscreen/cyttsp5.c
@@ -1095,7 +1095,6 @@ static int cyttsp5_i2c_remove(struct i2c
static struct i2c_driver cyttsp5_i2c_driver = {
.driver = {
.name = CYTTSP5_NAME,
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(cyttsp5_of_match),
},
.probe = cyttsp5_i2c_probe,
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-12-03 14:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201510060921.YCPWmDCt%fengguang.wu@intel.com>
2015-10-06 1:35 ` [PATCH] Input: fix platform_no_drv_owner.cocci warnings kbuild test robot
2015-10-06 22:50 ` Dmitry Torokhov
2016-06-24 21:47 [PATCH v9 2/2] Input: synaptics-rmi4 - add SMBus support kbuild test robot
2016-06-24 14:41 ` Benjamin Tissoires
2016-06-24 21:47 ` [PATCH] Input: fix platform_no_drv_owner.cocci warnings kbuild test robot
-- strict thread matches above, loose matches on Subject: below --
2017-05-29 17:16 [PATCH 1/2] Input: Add driver for Cypress Generation 5 touchscreen kbuild test robot
2017-05-29 14:45 ` Mylène Josserand
2017-05-29 17:16 ` [PATCH] Input: fix platform_no_drv_owner.cocci warnings kbuild test robot
2017-06-19 13:24 [PATCH v2] Input: Add driver for GOODiX GTx5 series touchsereen kbuild test robot
2017-06-19 9:29 ` Wang Yafei
2017-06-19 13:24 ` [PATCH] Input: fix platform_no_drv_owner.cocci warnings kbuild test robot
2017-06-19 13:24 ` kbuild test robot
2017-12-01 15:39 [PATCH v4 1/2] Input: Add driver for Cypress Generation 5 touchscreen Mylène Josserand
2017-12-03 14:29 ` [PATCH] Input: 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;
as well as URLs for NNTP newsgroup(s).