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:	Fri, 10 May 2013 11:59:13 -0700
From:	Anton Vorontsov <anton@...msg.org>
To:	Axel Lin <axel.lin@...ics.com>
Cc:	Rupesh Kumar <rupesh.kumar@...ricsson.com>,
	Michel JAOUEN <michel.jaouen@...ricsson.com>,
	Loic Pallardy <loic.pallardy@...ricsson.com>,
	David Woodhouse <dwmw2@...radead.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] power_supply: pm2301_charger: Fix module alias prefix

On Sat, May 04, 2013 at 06:51:09PM +0800, Axel Lin wrote:
> This driver is a i2c driver, use "i2c" rather than "platform" prefix for module
> alias.
> 
> Signed-off-by: Axel Lin <axel.lin@...ics.com>
> ---

Applied, thanks Axel!

Anton

>  drivers/power/pm2301_charger.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/pm2301_charger.c b/drivers/power/pm2301_charger.c
> index a441751..fef56e2 100644
> --- a/drivers/power/pm2301_charger.c
> +++ b/drivers/power/pm2301_charger.c
> @@ -1269,5 +1269,5 @@ module_exit(pm2xxx_charger_exit);
>  
>  MODULE_LICENSE("GPL v2");
>  MODULE_AUTHOR("Rajkumar kasirajan, Olivier Launay");
> -MODULE_ALIAS("platform:pm2xxx-charger");
> +MODULE_ALIAS("i2c:pm2xxx-charger");
>  MODULE_DESCRIPTION("PM2xxx charger management driver");
> -- 
> 1.8.1.2
--
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