Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1398417 > unrolled thread

[PATCH] regulator: da9063: Correct module alias prefix to fix module autoloading

Started byGeert Uytterhoeven <geert+renesas@glider.be>
First post2016-05-10 21:00 +0200
Last post2016-05-10 21:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] regulator: da9063: Correct module alias prefix to fix module autoloading Geert Uytterhoeven <geert+renesas@glider.be> - 2016-05-10 21:00 +0200
    Applied "regulator: da9063: Correct module alias prefix to fix module autoloading" to the regulator tree Mark Brown <broonie@kernel.org> - 2016-05-10 21:10 +0200

#1398417 — [PATCH] regulator: da9063: Correct module alias prefix to fix module autoloading

FromGeert Uytterhoeven <geert+renesas@glider.be>
Date2016-05-10 21:00 +0200
Subject[PATCH] regulator: da9063: Correct module alias prefix to fix module autoloading
Message-ID<rxl2X-8tq-37@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1398427 — Applied "regulator: da9063: Correct module alias prefix to fix module autoloading" to the regulator tree

FromMark Brown <broonie@kernel.org>
Date2016-05-10 21:10 +0200
SubjectApplied "regulator: da9063: Correct module alias prefix to fix module autoloading" to the regulator tree
Message-ID<rxlcC-uF-25@gated-at.bofh.it>
In reply to#1398417
The patch

   regulator: da9063: Correct module alias prefix to fix module autoloading

has been applied to the regulator tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

From ac40b441742b7af76fc04ecfd77c9e86c27d9e36 Mon Sep 17 00:00:00 2001
From: Geert Uytterhoeven <geert+renesas@glider.be>
Date: Tue, 10 May 2016 20:57:57 +0200
Subject: [PATCH] regulator: da9063: Correct module alias prefix to fix module
 autoloading

s/paltform/platform/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 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 ed9e7e96f877..c6af343f54ea 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);
-- 
2.8.1

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web