diff options
| author | Fabio Estevam <[email protected]> | 2016-06-05 19:17:40 -0300 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2016-06-06 19:13:48 +0100 |
| commit | 7eeeab8c02c546207be971283adfca1ebf18e387 (patch) | |
| tree | 4dab00193ad3a866bf1585e025241893aa2be8fc | |
| parent | af2c55cd4752d77699453ff5550dc316e86d6c77 (diff) | |
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
| -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 <[email protected]>"); -MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/PFUZE200 PMIC"); +MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/200/3000 PMIC"); MODULE_LICENSE("GPL v2"); |