Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ade6039 authored by Julia Lawall's avatar Julia Lawall Committed by Greg Kroah-Hartman
Browse files

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: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent acf50ec7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1554,7 +1554,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,