mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-04 05:37:36 +00:00
regulator: vqmmc-ipq4019: Fix platform_no_drv_owner.cocci warnings
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20200116023344.163592-1-yuehaibing@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5b379b2bf8
commit
493a31ee0d
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ static struct platform_driver ipq4019_regulator_driver = {
|
||||||
.probe = ipq4019_regulator_probe,
|
.probe = ipq4019_regulator_probe,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "vqmmc-ipq4019-regulator",
|
.name = "vqmmc-ipq4019-regulator",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = of_match_ptr(regulator_ipq4019_of_match),
|
.of_match_table = of_match_ptr(regulator_ipq4019_of_match),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue