projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55532a
)
regulator: da9063: Correct module alias prefix to fix module autoloading
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Tue, 10 May 2016 18:57:57 +0000
(20:57 +0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 10 May 2016 19:00:49 +0000
(20:00 +0100)
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
patch
|
blob
|
history
diff --git
a/drivers/regulator/da9063-regulator.c
b/drivers/regulator/da9063-regulator.c
index ed9e7e96f8777a291341e1dd45fccc413bee0f43..c6af343f54eac5c59b3e06923e3b4141413b833e 100644
(file)
--- 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("p
al
tform:" DA9063_DRVNAME_REGULATORS);
+MODULE_ALIAS("p
la
tform:" DA9063_DRVNAME_REGULATORS);