summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/rt6160-regulator.c
diff options
context:
space:
mode:
authorChiYuan Huang <cy_huang@richtek.com>2021-06-10 22:38:30 +0800
committerMark Brown <broonie@kernel.org>2021-06-14 15:04:58 +0100
commit23f95199b6446f828bf879ca316f388893435faa (patch)
tree002a7948f3a2dbe68adac6cd6fd2dcaf636c67d9 /drivers/regulator/rt6160-regulator.c
parentb113ec2d8562f5f3e0359c547cba53686ee805e9 (diff)
downloadlinux-23f95199b6446f828bf879ca316f388893435faa.tar.bz2
regulator: rt6160: Remove dummy line and add module description
Remove dummy line and add module description. Signed-off-by: ChiYuan Huang <cy_huang@richtek.com> Link: https://lore.kernel.org/r/1623335910-5385-1-git-send-email-u0084500@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/rt6160-regulator.c')
-rw-r--r--drivers/regulator/rt6160-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/rt6160-regulator.c b/drivers/regulator/rt6160-regulator.c
index 69550284083d..b6b53868050f 100644
--- a/drivers/regulator/rt6160-regulator.c
+++ b/drivers/regulator/rt6160-regulator.c
@@ -81,7 +81,6 @@ static int rt6160_disable(struct regulator_dev *rdev)
gpiod_set_value_cansleep(priv->enable_gpio, 0);
return 0;
-
}
static int rt6160_is_enabled(struct regulator_dev *rdev)
@@ -311,5 +310,6 @@ static struct i2c_driver rt6160_driver = {
};
module_i2c_driver(rt6160_driver);
+MODULE_DESCRIPTION("Richtek RT6160 voltage regulator driver");
MODULE_AUTHOR("ChiYuan Huang <cy_huang@richtek.com>");
MODULE_LICENSE("GPL v2");