]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
regulator: pfuze100-regulator: Adjust MODULE_DESCRIPTION()
authorFabio Estevam <fabio.estevam@nxp.com>
Sun, 5 Jun 2016 22:17:40 +0000 (19:17 -0300)
committerMark Brown <broonie@kernel.org>
Mon, 6 Jun 2016 18:13:48 +0000 (19:13 +0100)
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>
drivers/regulator/pfuze100-regulator.c

index bcdf9206f3ee3ba88f7f89a3afb4b0c9127c9879..cb18b5c4f2db967e05713d7a29dd0433ea4f778a 100644 (file)
@@ -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");