[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20190522195815.GA49400@lkp-kbuild22>
Date: Thu, 23 May 2019 03:58:15 +0800
From: kbuild test robot <lkp@...el.com>
To: Geordan Neukum <gneukum1@...il.com>
Cc: kbuild-all@...org, devel@...verdev.osuosl.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Dan Carpenter <dan.carpenter@...cle.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci
warnings
From: kbuild test robot <lkp@...el.com>
drivers/staging/kpc2000/kpc2000_i2c.c:652: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: 43ad38191816 ("staging: kpc2000: kpc_i2c: add static qual to local symbols in kpc_i2c.c")
CC: Geordan Neukum <gneukum1@...il.com>
Signed-off-by: kbuild test robot <lkp@...el.com>
---
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-next
head: 43ad38191816a6b77cc4bd8222353320a71a1d2d
commit: 43ad38191816a6b77cc4bd8222353320a71a1d2d [106/106] staging: kpc2000: kpc_i2c: add static qual to local symbols in kpc_i2c.c
kpc2000_i2c.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/staging/kpc2000/kpc2000_i2c.c
+++ b/drivers/staging/kpc2000/kpc2000_i2c.c
@@ -649,7 +649,6 @@ static struct platform_driver i2c_plat_d
.remove = pi2c_remove,
.driver = {
.name = KP_DRIVER_NAME_I2C,
- .owner = THIS_MODULE,
},
};
Powered by blists - more mailing lists