lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 23 Sep 2021 20:49:45 +0200 From: Ulf Hansson <ulf.hansson@...aro.org> To: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com> Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Ben Dooks <ben-linux@...ff.org>, Jaehoon Chung <jh80.chung@...sung.com>, Adrian Hunter <adrian.hunter@...el.com>, linux-mmc <linux-mmc@...r.kernel.org> Subject: Re: [PATCH] mmc: sdhci-s3c: drop unneeded MODULE_ALIAS On Thu, 16 Sept 2021 at 19:05, Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com> wrote: > > The MODULE_DEVICE_TABLE already creates proper alias for platform > driver. Having another MODULE_ALIAS causes the alias to be duplicated. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com> Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci-s3c.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c > index 862f033d235d..9085f3932443 100644 > --- a/drivers/mmc/host/sdhci-s3c.c > +++ b/drivers/mmc/host/sdhci-s3c.c > @@ -791,4 +791,3 @@ module_platform_driver(sdhci_s3c_driver); > MODULE_DESCRIPTION("Samsung SDHCI (HSMMC) glue"); > MODULE_AUTHOR("Ben Dooks, <ben@...tec.co.uk>"); > MODULE_LICENSE("GPL v2"); > -MODULE_ALIAS("platform:s3c-sdhci"); > -- > 2.30.2 >
Powered by blists - more mailing lists