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>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 28 Jul 2011 16:19:36 -0600
From:	Grant Likely <grant.likely@...retlab.ca>
To:	Axel Lin <axel.lin@...il.com>
Cc:	linux-kernel@...r.kernel.org,
	BIBEK BASU <bibek.basu@...ricsson.com>,
	Linus Walleij <linus.walleij@...ricsson.com>
Subject: Re: [PATCH RESEND] gpio: ab8500: fix MODULE_ALIAS for ab8500

On Thu, Jul 28, 2011 at 10:16:49PM +0800, Axel Lin wrote:
> Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
> with "platform:"), the platform modalias is prefixed with "platform:".
> 
> This patch changes the MODULE_ALIAS to "platform:ab8500-gpio".
> 
> Signed-off-by: Axel Lin <axel.lin@...il.com>
> Acked-by: Linus Walleij <linus.walleij@...aro.org>

Applied, thanks.

g.

> ---
>  drivers/gpio/gpio-ab8500.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpio/gpio-ab8500.c b/drivers/gpio/gpio-ab8500.c
> index ed795e6..050c05d 100644
> --- a/drivers/gpio/gpio-ab8500.c
> +++ b/drivers/gpio/gpio-ab8500.c
> @@ -516,5 +516,5 @@ module_exit(ab8500_gpio_exit);
>  
>  MODULE_AUTHOR("BIBEK BASU <bibek.basu@...ricsson.com>");
>  MODULE_DESCRIPTION("Driver allows to use AB8500 unused pins to be used as GPIO");
> -MODULE_ALIAS("AB8500 GPIO driver");
> +MODULE_ALIAS("platform:ab8500-gpio");
>  MODULE_LICENSE("GPL v2");
> -- 
> 1.7.4.1
> 
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ