lkml.org 
[lkml]   [2016]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] mmc: sdhci-pic32: remove owner assignment
From
Date
On 08/04/16 08:22, Masahiro Yamada 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>
> ---
>
> 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,
>

Acked-by: Adrian Hunter <adrian.hunter@intel.com>

\
 
 \ /
  Last update: 2016-04-08 09:21    [W:0.284 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site