Skip to content

Commit

Permalink
leds: rb532: cleanup whitespace
Browse files Browse the repository at this point in the history
Trivial cleanup removing empty line at wrong place.

Signed-off-by: Pavel Machek <[email protected]>
  • Loading branch information
pavelmachek committed Jan 22, 2020
1 parent 30d57d5 commit 51eb5a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/leds/leds-rb532.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ static void rb532_led_set(struct led_classdev *cdev,
{
if (brightness)
set_latch_u5(LO_ULED, 0);

else
set_latch_u5(0, LO_ULED);
}
Expand Down

0 comments on commit 51eb5a2

Please sign in to comment.