mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
leds: rb532: cleanup whitespace
Trivial cleanup removing empty line at wrong place. Signed-off-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
parent
30d57d55ab
commit
51eb5a24de
@ -21,7 +21,6 @@ static void rb532_led_set(struct led_classdev *cdev,
|
|||||||
{
|
{
|
||||||
if (brightness)
|
if (brightness)
|
||||||
set_latch_u5(LO_ULED, 0);
|
set_latch_u5(LO_ULED, 0);
|
||||||
|
|
||||||
else
|
else
|
||||||
set_latch_u5(0, LO_ULED);
|
set_latch_u5(0, LO_ULED);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user