[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170619132427.GA46574@lkp-hsx03.lkp.intel.com>
Date: Mon, 19 Jun 2017 21:24:27 +0800
From: kbuild test robot <lkp@...el.com>
To: Wang Yafei <wangyafei@...dix.com>
Cc: kbuild-all@...org, Dmitry Torokhov <dmitry.torokhov@...il.com>,
Henrik Rydberg <rydberg@...math.org>,
linux-input@...r.kernel.org, andrew@...dix.com, mouse@...dix.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] Input: fix platform_no_drv_owner.cocci warnings
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@...dix.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.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,
Powered by blists - more mailing lists