aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 <[email protected]>");
MODULE_LICENSE("GPL v2");