Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1307258
| From | Julia Lawall <julia.lawall@lip6.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] pinctrl: max77620: fix platform_no_drv_owner.cocci warnings |
| Date | 2016-01-12 12:00 +0100 |
| Message-ID | <qQ4Qa-8ey-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
CC: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
---
pinctrl-max77620.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/pinctrl/pinctrl-max77620.c
+++ b/drivers/pinctrl/pinctrl-max77620.c
@@ -678,7 +678,6 @@ static const struct platform_device_id m
static struct platform_driver max77620_pinctrl_driver = {
.driver = {
.name = "max77620-pinctrl",
- .owner = THIS_MODULE,
.pm = &max77620_pinctrl_pm_ops,
},
.probe = max77620_pinctrl_probe,
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] pinctrl: max77620: fix platform_no_drv_owner.cocci warnings Julia Lawall <julia.lawall@lip6.fr> - 2016-01-12 12:00 +0100
csiph-web