projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4068e51
)
regulator: da9062: Fix modalias
author
Axel Lin
<axel.lin@ingics.com>
Mon, 25 May 2015 08:32:38 +0000
(16:32 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 25 May 2015 11:57:11 +0000
(12:57 +0100)
Remove extra space between platform prefix and driver name in MODULE_ALIAS.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/da9062-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/da9062-regulator.c
b/drivers/regulator/da9062-regulator.c
index 9805b6b0bdefff820cb945ecf73728095db18ad7..e572a654b2722b26052abae49540e47a2190fed3 100644
(file)
--- 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");