[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170529171620.GA56706@lkp-hsx03.lkp.intel.com>
Date: Tue, 30 May 2017 01:16:21 +0800
From: kbuild test robot <lkp@...el.com>
To: Mylène Josserand
<mylene.josserand@...e-electrons.com>
Cc: kbuild-all@...org, dmitry.torokhov@...il.com, fery@...ress.com,
robh+dt@...nel.org, mark.rutland@....com,
linux-kernel@...r.kernel.org, linux-input@...r.kernel.org,
devicetree@...r.kernel.org, mylene.josserand@...e-electrons.com,
thomas.petazzoni@...e-electrons.com,
maxime.ripard@...e-electrons.com
Subject: [PATCH] Input: fix platform_no_drv_owner.cocci warnings
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@...e-electrons.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.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,
Powered by blists - more mailing lists