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: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
e448e2d149
commit
d04ba0a2cb
@ -314,7 +314,6 @@ static const struct of_device_id max14656_match_table[] = {
|
|||||||
static struct i2c_driver max14656_i2c_driver = {
|
static struct i2c_driver max14656_i2c_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "max14656",
|
.name = "max14656",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = max14656_match_table,
|
.of_match_table = max14656_match_table,
|
||||||
},
|
},
|
||||||
.probe = max14656_probe,
|
.probe = max14656_probe,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user