]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
regulator: ltc3676: Fix module description
authorAxel Lin <axel.lin@ingics.com>
Fri, 15 Feb 2019 11:54:21 +0000 (19:54 +0800)
committerMark 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

index 549a1a243870111117c1acf974e06f1488378131..e6d66e492b8514d4c1e2e4d05ac2275891571691 100644 (file)
@@ -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");