Commit 445da487 authored by Pavel Machek's avatar Pavel Machek Committed by Pavel
Browse files

leds: rb532: cleanup whitespace



Trivial cleanup removing empty line at wrong place.

Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent 2f8c6652
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
}