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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 19 Jan 2012 04:51:45 +0000 (GMT)
From:	MyungJoo Ham <myungjoo.ham@...sung.com>
To:	Axel Lin <axel.lin@...il.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Cc:	¹Ú°æ¹Î <kyungmin.park@...sung.com>,
	"Rafael J. Wysocki" <rjw@...k.pl>
Subject: Re: [PATCH] devfreq: Remove MODULE_ALIAS for exynos4 busfreq driver

> This driver can only be built-in, it does not make sense to add modalias for
> it (in addition to being incorrect, the platform modalias needs to be prefixed
> with "platform:").
> 
> Signed-off-by: Axel Lin <axel.lin@...il.com>

Thanks. I've added this in the devfreq-next tree, which will be published in git.infradead.org for now. (I'll setup a git repository either at github or git.kernel.org soon.)

Signed-off-by: MyungJoo Ham <myungjoo.ham@...sung.com>

> ---
>  drivers/devfreq/exynos4_bus.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/devfreq/exynos4_bus.c b/drivers/devfreq/exynos4_bus.c
> index 489ccfa..590d686 100644
> --- a/drivers/devfreq/exynos4_bus.c
> +++ b/drivers/devfreq/exynos4_bus.c
> @@ -1124,4 +1124,3 @@ module_exit(exynos4_busfreq_exit);
>  MODULE_LICENSE("GPL");
>  MODULE_DESCRIPTION("EXYNOS4 busfreq driver with devfreq framework");
>  MODULE_AUTHOR("MyungJoo Ham <myungjoo.ham@...sung.com>");
> -MODULE_ALIAS("exynos4-busfreq");
> -- 
> 1.7.5.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ