diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2021-06-10 17:38:30 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-14 17:04:58 +0300 |
commit | 23f95199b6446f828bf879ca316f388893435faa (patch) | |
tree | 002a7948f3a2dbe68adac6cd6fd2dcaf636c67d9 /drivers/regulator | |
parent | b113ec2d8562f5f3e0359c547cba53686ee805e9 (diff) | |
download | linux-23f95199b6446f828bf879ca316f388893435faa.tar.xz |
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')
-rw-r--r-- | drivers/regulator/rt6160-regulator.c | 2 |
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"); |