projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b379b2
)
regulator: vqmmc-ipq4019: Fix platform_no_drv_owner.cocci warnings
author
YueHaibing
<yuehaibing@huawei.com>
Thu, 16 Jan 2020 02:33:44 +0000
(
02:33
+0000)
committer
Mark Brown
<broonie@kernel.org>
Fri, 17 Jan 2020 15:34:21 +0000
(15:34 +0000)
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>
drivers/regulator/vqmmc-ipq4019-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/vqmmc-ipq4019-regulator.c
b/drivers/regulator/vqmmc-ipq4019-regulator.c
index 685b585b39a13ccfb7990e92318f6f29b363240a..6d5ae25d08d1ee0bfad5c7f315930ea0128a15ae 100644
(file)
--- a/
drivers/regulator/vqmmc-ipq4019-regulator.c
+++ b/
drivers/regulator/vqmmc-ipq4019-regulator.c
@@
-91,7
+91,6
@@
static struct platform_driver ipq4019_regulator_driver = {
.probe = ipq4019_regulator_probe,
.driver = {
.name = "vqmmc-ipq4019-regulator",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(regulator_ipq4019_of_match),
},
};