mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
led: led_pwm: typo 'iverted' on code comment
change iverted to inverted. Signed-off-by: Nylon Chen <nylon.chen@sifive.com>
This commit is contained in:
parent
0954bc2f89
commit
3708739ef2
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ static int led_pwm_of_to_plat(struct udevice *dev)
|
||||||
priv->enabled = !!def_brightness;
|
priv->enabled = !!def_brightness;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* No need to handle pwm iverted case (active_low)
|
* No need to handle pwm inverted case (active_low)
|
||||||
* because of pwm_set_invert function
|
* because of pwm_set_invert function
|
||||||
*/
|
*/
|
||||||
if (def_brightness < max_brightness)
|
if (def_brightness < max_brightness)
|
||||||
|
|
Loading…
Reference in a new issue