[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1701202156280.2098@hadrien>
Date: Fri, 20 Jan 2017 21:57:57 +0100 (CET)
From: Julia Lawall <julia.lawall@...6.fr>
To: Serge Semin <fancer.lancer@...il.com>
cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, kbuild-all@...org
Subject: [PATCH] eeprom: fix platform_no_drv_owner.cocci warnings
No need to set .owner here. The core will do it.
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
CC: Serge Semin <fancer.lancer@...il.com>
Signed-off-by: Julia Lawall <julia.lawall@...6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
tree:
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
char-misc-testing
head: 7a11a1d1b58873b2e5a6922dcdc23b6b339b14ba
commit: cfad6425382ec81acd073fdf24361e1c30b4cb36 [22/32] eeprom: Add IDT
89HPESx EEPROM/CSR driver
idt_89hpesx.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/misc/eeprom/idt_89hpesx.c
+++ b/drivers/misc/eeprom/idt_89hpesx.c
@@ -1552,7 +1552,6 @@ MODULE_DEVICE_TABLE(i2c, idt_ids);
static struct i2c_driver idt_driver = {
.driver = {
.name = IDT_NAME,
- .owner = THIS_MODULE,
},
.probe = idt_probe,
.remove = idt_remove,
Powered by blists - more mailing lists