Commit d04ba0a2 authored by kbuild test robot's avatar kbuild test robot Committed by Sebastian Reichel
Browse files

power: supply: max14656: fix platform_no_drv_owner.cocci warnings



drivers/power/supply/max14656_charger_detector.c:317: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: Alexander Kurz <akurz@blala.de>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent e448e2d1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -314,7 +314,6 @@ static const struct of_device_id max14656_match_table[] = {
static struct i2c_driver max14656_i2c_driver = {
	.driver = {
		.name	= "max14656",
		.owner	= THIS_MODULE,
		.of_match_table = max14656_match_table,
	},
	.probe		= max14656_probe,