projects
/
GitHub
/
LineageOS
/
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:
462c9fc
)
regulator: bcm590xx: Make the modalias matches the driver name
author
Axel Lin
<axel.lin@ingics.com>
Fri, 14 Mar 2014 01:57:54 +0000
(09:57 +0800)
committer
Mark Brown
<broonie@linaro.org>
Fri, 21 Mar 2014 18:09:34 +0000
(18:09 +0000)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/bcm590xx-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/bcm590xx-regulator.c
b/drivers/regulator/bcm590xx-regulator.c
index e6b2e8e08c4113eae5d04b1989691c74532f4c06..d12d6d62ffa75b4d36ba5f9d5a9c828869edfc10 100644
(file)
--- a/
drivers/regulator/bcm590xx-regulator.c
+++ b/
drivers/regulator/bcm590xx-regulator.c
@@
-410,4
+410,4
@@
module_platform_driver(bcm590xx_regulator_driver);
MODULE_AUTHOR("Matt Porter <mporter@linaro.org>");
MODULE_DESCRIPTION("BCM590xx voltage regulator driver");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:bcm590xx-
regulator
");
+MODULE_ALIAS("platform:bcm590xx-
vregs
");