lkml.org 
[lkml]   [2017]   [Jan]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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@gmail.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.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,
\
 
 \ /
  Last update: 2017-01-20 22:01    [W:0.041 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site