Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1343268 > unrolled thread

[PATCH] pinctrl: mediatek/7623: delete unnecessary .owner

Started byLinus Walleij <linus.walleij@linaro.org>
First post2016-02-25 16:30 +0100
Last post2016-02-25 16:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] pinctrl: mediatek/7623: delete unnecessary .owner Linus Walleij <linus.walleij@linaro.org> - 2016-02-25 16:30 +0100
    Re: [PATCH] pinctrl: mediatek/7623: delete unnecessary .owner John Crispin <blogic@openwrt.org> - 2016-02-25 16:40 +0100

#1343268 — [PATCH] pinctrl: mediatek/7623: delete unnecessary .owner

FromLinus Walleij <linus.walleij@linaro.org>
Date2016-02-25 16:30 +0100
Subject[PATCH] pinctrl: mediatek/7623: delete unnecessary .owner
Message-ID<r661A-5NR-11@gated-at.bofh.it>
This is set by the device core.

Cc: John Crispin <blogic@openwrt.org>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/pinctrl/mediatek/pinctrl-mt7623.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pinctrl/mediatek/pinctrl-mt7623.c b/drivers/pinctrl/mediatek/pinctrl-mt7623.c
index bf0d05b6e7dc..67895f8234e3 100644
--- a/drivers/pinctrl/mediatek/pinctrl-mt7623.c
+++ b/drivers/pinctrl/mediatek/pinctrl-mt7623.c
@@ -367,7 +367,6 @@ static struct platform_driver mtk_pinctrl_driver = {
 	.probe = mt7623_pinctrl_probe,
 	.driver = {
 		.name = "mediatek-mt7623-pinctrl",
-		.owner = THIS_MODULE,
 		.of_match_table = mt7623_pctrl_match,
 	},
 };
-- 
2.4.3

[toc] | [next] | [standalone]


#1343274

FromJohn Crispin <blogic@openwrt.org>
Date2016-02-25 16:40 +0100
Message-ID<r66bg-5Sx-19@gated-at.bofh.it>
In reply to#1343268

On 25/02/2016 16:26, Linus Walleij wrote:
> This is set by the device core.
> 
> Cc: John Crispin <blogic@openwrt.org>
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Thanks, i was just going to send it to you and then i saw you and feng
had already sent me a version, 2 is already more than needed so i wont
spin up a 3rd version ;)

can you fold this please ?

> ---
>  drivers/pinctrl/mediatek/pinctrl-mt7623.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/pinctrl/mediatek/pinctrl-mt7623.c b/drivers/pinctrl/mediatek/pinctrl-mt7623.c
> index bf0d05b6e7dc..67895f8234e3 100644
> --- a/drivers/pinctrl/mediatek/pinctrl-mt7623.c
> +++ b/drivers/pinctrl/mediatek/pinctrl-mt7623.c
> @@ -367,7 +367,6 @@ static struct platform_driver mtk_pinctrl_driver = {
>  	.probe = mt7623_pinctrl_probe,
>  	.driver = {
>  		.name = "mediatek-mt7623-pinctrl",
> -		.owner = THIS_MODULE,
>  		.of_match_table = mt7623_pctrl_match,
>  	},
>  };
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web