diff options
author | Axel Lin <axel.lin@ingics.com> | 2019-02-15 12:54:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-15 18:39:36 +0100 |
commit | d422234f17fdd5490579e24f13c332c1335f85a0 (patch) | |
tree | 72f2131117b8627b62d39e73d23a6d2e69be1772 /drivers/regulator/ltc3676.c | |
parent | regulator: ltc3676: Simplify .readable_reg and .writable_reg callbacks (diff) | |
download | linux-d422234f17fdd5490579e24f13c332c1335f85a0.tar.xz linux-d422234f17fdd5490579e24f13c332c1335f85a0.zip |
regulator: ltc3676: Fix module description
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>
Diffstat (limited to 'drivers/regulator/ltc3676.c')
-rw-r--r-- | drivers/regulator/ltc3676.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/ltc3676.c b/drivers/regulator/ltc3676.c index 549a1a243870..e6d66e492b85 100644 --- 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 LTC1376"); +MODULE_DESCRIPTION("Regulator driver for Linear Technology LTC3676"); MODULE_LICENSE("GPL v2"); |