public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] power: ipaq_micro_battery: fix alias
@ 2016-11-01  9:59 Russell King
  2016-11-23 23:09 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Russell King @ 2016-11-01  9:59 UTC (permalink / raw)
  To: Sebastian Reichel; +Cc: linux-pm

The alias for the ipaq_micro_battery driver is incorrect, fix it so the
module can be auto-loaded.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
---
 drivers/power/supply/ipaq_micro_battery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/ipaq_micro_battery.c b/drivers/power/supply/ipaq_micro_battery.c
index 4af7b770f293..2fa6edd6e8b1 100644
--- a/drivers/power/supply/ipaq_micro_battery.c
+++ b/drivers/power/supply/ipaq_micro_battery.c
@@ -313,4 +313,4 @@ module_platform_driver(micro_batt_device_driver);
 
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("driver for iPAQ Atmel micro battery");
-MODULE_ALIAS("platform:battery-ipaq-micro");
+MODULE_ALIAS("platform:ipaq-micro-battery");
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] power: ipaq_micro_battery: fix alias
  2016-11-01  9:59 [PATCH] power: ipaq_micro_battery: fix alias Russell King
@ 2016-11-23 23:09 ` Sebastian Reichel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2016-11-23 23:09 UTC (permalink / raw)
  To: Russell King; +Cc: linux-pm

[-- Attachment #1: Type: text/plain, Size: 944 bytes --]

Hi Russel,

On Tue, Nov 01, 2016 at 09:59:50AM +0000, Russell King wrote:
> The alias for the ipaq_micro_battery driver is incorrect, fix it so the
> module can be auto-loaded.
> 
> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
> ---
>  drivers/power/supply/ipaq_micro_battery.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/ipaq_micro_battery.c b/drivers/power/supply/ipaq_micro_battery.c
> index 4af7b770f293..2fa6edd6e8b1 100644
> --- a/drivers/power/supply/ipaq_micro_battery.c
> +++ b/drivers/power/supply/ipaq_micro_battery.c
> @@ -313,4 +313,4 @@ module_platform_driver(micro_batt_device_driver);
>  
>  MODULE_LICENSE("GPL");
>  MODULE_DESCRIPTION("driver for iPAQ Atmel micro battery");
> -MODULE_ALIAS("platform:battery-ipaq-micro");
> +MODULE_ALIAS("platform:ipaq-micro-battery");

Thanks, queued into power-supply's for-next branch.

-- Sebastian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-23 23:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-01  9:59 [PATCH] power: ipaq_micro_battery: fix alias Russell King
2016-11-23 23:09 ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox