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>
This commit is contained in:
parent
502aba81aa
commit
d422234f17
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue