diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-06-06 01:17:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-06 21:13:48 +0300 |
commit | 7eeeab8c02c546207be971283adfca1ebf18e387 (patch) | |
tree | 4dab00193ad3a866bf1585e025241893aa2be8fc /drivers/regulator/pfuze100-regulator.c | |
parent | af2c55cd4752d77699453ff5550dc316e86d6c77 (diff) | |
download | linux-7eeeab8c02c546207be971283adfca1ebf18e387.tar.xz |
regulator: pfuze100-regulator: Adjust MODULE_DESCRIPTION()
Adjust the MODULE_DESCRIPTION() text to also include the PFUZE3000
as a supported device.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/pfuze100-regulator.c')
-rw-r--r-- | drivers/regulator/pfuze100-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c index bcdf9206f3ee..cb18b5c4f2db 100644 --- a/drivers/regulator/pfuze100-regulator.c +++ b/drivers/regulator/pfuze100-regulator.c @@ -649,5 +649,5 @@ static struct i2c_driver pfuze_driver = { module_i2c_driver(pfuze_driver); MODULE_AUTHOR("Robin Gong <b38343@freescale.com>"); -MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/PFUZE200 PMIC"); +MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/200/3000 PMIC"); MODULE_LICENSE("GPL v2"); |