linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] regulator: da9062: Fix modalias
@ 2015-05-25  8:32 Axel Lin
  2015-05-25 11:57 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2015-05-25  8:32 UTC (permalink / raw)
  To: Mark Brown; +Cc: Steve Twiss, Liam Girdwood, Support Opensource, linux-kernel

Remove extra space between platform prefix and driver name in MODULE_ALIAS.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/da9062-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/da9062-regulator.c b/drivers/regulator/da9062-regulator.c
index 9805b6b..e572a65 100644
--- a/drivers/regulator/da9062-regulator.c
+++ b/drivers/regulator/da9062-regulator.c
@@ -840,4 +840,4 @@ module_exit(da9062_regulator_cleanup);
 MODULE_AUTHOR("S Twiss <stwiss.opensource@diasemi.com>");
 MODULE_DESCRIPTION("REGULATOR device driver for Dialog DA9062");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform: da9062-regulators");
+MODULE_ALIAS("platform:da9062-regulators");
-- 
2.1.0




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

* Re: [PATCH] regulator: da9062: Fix modalias
  2015-05-25  8:32 [PATCH] regulator: da9062: Fix modalias Axel Lin
@ 2015-05-25 11:57 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-05-25 11:57 UTC (permalink / raw)
  To: Axel Lin; +Cc: Steve Twiss, Liam Girdwood, Support Opensource, linux-kernel

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

On Mon, May 25, 2015 at 04:32:38PM +0800, Axel Lin wrote:
> Remove extra space between platform prefix and driver name in MODULE_ALIAS.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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

end of thread, other threads:[~2015-05-25 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-25  8:32 [PATCH] regulator: da9062: Fix modalias Axel Lin
2015-05-25 11:57 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).