The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] regulator: da9063: Correct module alias prefix to fix module autoloading
@ 2016-05-10 18:57 Geert Uytterhoeven
  2016-05-10 19:01 ` Applied "regulator: da9063: Correct module alias prefix to fix module autoloading" to the regulator tree Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2016-05-10 18:57 UTC (permalink / raw)
  To: Support Opensource, Liam Girdwood, Mark Brown
  Cc: linux-kernel, Geert Uytterhoeven

s/paltform/platform/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/regulator/da9063-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/da9063-regulator.c b/drivers/regulator/da9063-regulator.c
index ed9e7e96f8777a29..c6af343f54eac5c5 100644
--- a/drivers/regulator/da9063-regulator.c
+++ b/drivers/regulator/da9063-regulator.c
@@ -900,4 +900,4 @@ module_exit(da9063_regulator_cleanup);
 MODULE_AUTHOR("Krystian Garbaciak <krystian.garbaciak@diasemi.com>");
 MODULE_DESCRIPTION("DA9063 regulators driver");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("paltform:" DA9063_DRVNAME_REGULATORS);
+MODULE_ALIAS("platform:" DA9063_DRVNAME_REGULATORS);
-- 
1.9.1

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

end of thread, other threads:[~2016-05-10 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-10 18:57 [PATCH] regulator: da9063: Correct module alias prefix to fix module autoloading Geert Uytterhoeven
2016-05-10 19:01 ` Applied "regulator: da9063: Correct module alias prefix to fix module autoloading" to the regulator tree Mark Brown

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