Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1335888
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] pinctrl: mediatek: fix platform_no_drv_owner.cocci warnings |
| Date | 2016-02-16 23:10 +0100 |
| Message-ID | <r2VYK-5w0-23@gated-at.bofh.it> (permalink) |
| References | <r2VYK-5w0-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
drivers/pinctrl/mediatek/pinctrl-mt2701.c:576: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: Biao Huang <biao.huang@mediatek.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
pinctrl-mt2701.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/pinctrl/mediatek/pinctrl-mt2701.c
+++ b/drivers/pinctrl/mediatek/pinctrl-mt2701.c
@@ -573,7 +573,6 @@ static struct platform_driver mtk_pinctr
.probe = mt2701_pinctrl_probe,
.driver = {
.name = "mediatek-mt2701-pinctrl",
- .owner = THIS_MODULE,
.of_match_table = mt2701_pctrl_match,
.pm = &mtk_eint_pm_ops,
},
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] pinctrl: mediatek: fix platform_no_drv_owner.cocci warnings kbuild test robot <fengguang.wu@intel.com> - 2016-02-16 23:10 +0100 Re: [PATCH] pinctrl: mediatek: fix platform_no_drv_owner.cocci warnings Linus Walleij <linus.walleij@linaro.org> - 2016-02-19 00:30 +0100
csiph-web