All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/misc: fix modalias for ab8500-pwm
@ 2011-07-28 14:17 Axel Lin
  2011-07-28 16:16 ` Arun MURTHY
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2011-07-28 14:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: Arun Murthy, Linus Walleij, Andrew Morton

Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
with "platform:"), the platform modalias is prefixed with "platform:".

This patch changes the MODULE_ALIAS to "platform:ab8500-pwm".

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/misc/ab8500-pwm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/misc/ab8500-pwm.c b/drivers/misc/ab8500-pwm.c
index 54e3d05..3590315 100644
--- a/drivers/misc/ab8500-pwm.c
+++ b/drivers/misc/ab8500-pwm.c
@@ -164,5 +164,5 @@ subsys_initcall(ab8500_pwm_init);
 module_exit(ab8500_pwm_exit);
 MODULE_AUTHOR("Arun MURTHY <arun.murthy@stericsson.com>");
 MODULE_DESCRIPTION("AB8500 Pulse Width Modulation Driver");
-MODULE_ALIAS("AB8500 PWM driver");
+MODULE_ALIAS("platform:ab8500-pwm");
 MODULE_LICENSE("GPL v2");
-- 
1.7.4.1




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

* RE: [PATCH] drivers/misc: fix modalias for ab8500-pwm
  2011-07-28 14:17 [PATCH] drivers/misc: fix modalias for ab8500-pwm Axel Lin
@ 2011-07-28 16:16 ` Arun MURTHY
  0 siblings, 0 replies; 2+ messages in thread
From: Arun MURTHY @ 2011-07-28 16:16 UTC (permalink / raw)
  To: Axel Lin, linux-kernel; +Cc: Linus WALLEIJ, Andrew Morton

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 795 bytes --]

> -----Original Message-----
> From: Axel Lin [mailto:axel.lin@gmail.com]
> Sent: Thursday, July 28, 2011 7:47 PM
> To: linux-kernel@vger.kernel.org
> Cc: Arun MURTHY; Linus WALLEIJ; Andrew Morton
> Subject: [PATCH] drivers/misc: fix modalias for ab8500-pwm
> 
> Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix
> MODALIAS
> with "platform:"), the platform modalias is prefixed with "platform:".
> 
> This patch changes the MODULE_ALIAS to "platform:ab8500-pwm".
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Signed-off-by: Arun Murthy <arun.murthy@stericsson.com>

Thanks and Regards,
Arun R Murthy
-------------
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

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

end of thread, other threads:[~2011-07-28 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-28 14:17 [PATCH] drivers/misc: fix modalias for ab8500-pwm Axel Lin
2011-07-28 16:16 ` Arun MURTHY

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.