diff mbox

mmc: sdhci-pic32: remove owner assignment

Message ID 1460092958-16591-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit dc4c90fa6510ab8d5eb5e06fd7546c9cb00932c5
Headers show

Commit Message

Masahiro Yamada April 8, 2016, 5:22 a.m. UTC
A platform_driver does not need to set an owner, it will be populated
by the driver core.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 drivers/mmc/host/sdhci-pic32.c | 1 -
 1 file changed, 1 deletion(-)

-- 
1.9.1

Comments

Ulf Hansson April 11, 2016, 1:33 p.m. UTC | #1
On 8 April 2016 at 07:22, Masahiro Yamada <yamada.masahiro@socionext.com> wrote:
> A platform_driver does not need to set an owner, it will be populated

> by the driver core.

>

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Thanks, applied for next!

Kind regards
Uffe

> ---

>

>  drivers/mmc/host/sdhci-pic32.c | 1 -

>  1 file changed, 1 deletion(-)

>

> diff --git a/drivers/mmc/host/sdhci-pic32.c b/drivers/mmc/host/sdhci-pic32.c

> index 059df70..72c13b6 100644

> --- a/drivers/mmc/host/sdhci-pic32.c

> +++ b/drivers/mmc/host/sdhci-pic32.c

> @@ -243,7 +243,6 @@ MODULE_DEVICE_TABLE(of, pic32_sdhci_id_table);

>  static struct platform_driver pic32_sdhci_driver = {

>         .driver = {

>                 .name   = "pic32-sdhci",

> -               .owner  = THIS_MODULE,

>                 .of_match_table = of_match_ptr(pic32_sdhci_id_table),

>         },

>         .probe          = pic32_sdhci_probe,

> --

> 1.9.1

>
diff mbox

Patch

diff --git a/drivers/mmc/host/sdhci-pic32.c b/drivers/mmc/host/sdhci-pic32.c
index 059df70..72c13b6 100644
--- a/drivers/mmc/host/sdhci-pic32.c
+++ b/drivers/mmc/host/sdhci-pic32.c
@@ -243,7 +243,6 @@  MODULE_DEVICE_TABLE(of, pic32_sdhci_id_table);
 static struct platform_driver pic32_sdhci_driver = {
 	.driver = {
 		.name	= "pic32-sdhci",
-		.owner	= THIS_MODULE,
 		.of_match_table = of_match_ptr(pic32_sdhci_id_table),
 	},
 	.probe		= pic32_sdhci_probe,