diff options
author | Mark Brown <broonie@kernel.org> | 2020-07-30 23:27:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-30 23:27:08 +0100 |
commit | 3f02794888213efb224ef8e38d5d0e0f74b95416 (patch) | |
tree | d36ddec4c5eb9d480994c5b85715ce4a12715dae /drivers/regulator/pwm-regulator.c | |
parent | 92ed301919932f777713b9172e525674157e983d (diff) | |
parent | bcb3b2a7639db2412875520cddc3abd179068793 (diff) | |
download | linux-3f02794888213efb224ef8e38d5d0e0f74b95416.tar.gz linux-3f02794888213efb224ef8e38d5d0e0f74b95416.tar.bz2 linux-3f02794888213efb224ef8e38d5d0e0f74b95416.zip |
Merge remote-tracking branch 'regulator/for-5.9' into regulator-next
Diffstat (limited to 'drivers/regulator/pwm-regulator.c')
-rw-r--r-- | drivers/regulator/pwm-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pwm-regulator.c b/drivers/regulator/pwm-regulator.c index 638329bd0745..3234b118b53e 100644 --- a/drivers/regulator/pwm-regulator.c +++ b/drivers/regulator/pwm-regulator.c @@ -48,7 +48,7 @@ struct pwm_voltages { unsigned int dutycycle; }; -/** +/* * Voltage table call-backs */ static void pwm_regulator_init_state(struct regulator_dev *rdev) |