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:
502aba8
)
regulator: ltc3676: Fix module description
author
Axel Lin
<axel.lin@ingics.com>
Fri, 15 Feb 2019 11:54:21 +0000
(19:54 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 15 Feb 2019 17:39:36 +0000
(17:39 +0000)
This driver is for LTC3676 rather than LTC1376.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/ltc3676.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/ltc3676.c
b/drivers/regulator/ltc3676.c
index 549a1a243870111117c1acf974e06f1488378131..e6d66e492b8514d4c1e2e4d05ac2275891571691 100644
(file)
--- a/
drivers/regulator/ltc3676.c
+++ b/
drivers/regulator/ltc3676.c
@@
-389,5
+389,5
@@
static struct i2c_driver ltc3676_driver = {
module_i2c_driver(ltc3676_driver);
MODULE_AUTHOR("Tim Harvey <tharvey@gateworks.com>");
-MODULE_DESCRIPTION("Regulator driver for Linear Technology LTC
13
76");
+MODULE_DESCRIPTION("Regulator driver for Linear Technology LTC
36
76");
MODULE_LICENSE("GPL v2");