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:
ec86772
)
regulator: ltc3589: Remove unnecessary MODULE_ALIAS()
author
Javier Martinez Canillas
<javier@osg.samsung.com>
Sat, 29 Aug 2015 11:56:11 +0000
(13:56 +0200)
committer
Mark Brown
<broonie@kernel.org>
Sun, 30 Aug 2015 11:21:54 +0000
(12:21 +0100)
The driver has a I2C device id table that is used to create the modaliases
and already contains a "ltc3589" device id. So the modalias is unnecessary.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/ltc3589.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/ltc3589.c
b/drivers/regulator/ltc3589.c
index c31dfa8805d97e373c50d10be6ad7c4263699f27..cc22ac66c8fdb532aa40f3c833a298b261bb17d4 100644
(file)
--- a/
drivers/regulator/ltc3589.c
+++ b/
drivers/regulator/ltc3589.c
@@
-552,4
+552,3
@@
module_i2c_driver(ltc3589_driver);
MODULE_AUTHOR("Philipp Zabel <p.zabel@pengutronix.de>");
MODULE_DESCRIPTION("Regulator driver for Linear Technology LTC3589(-1,2)");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("i2c:ltc3589");