1
0
Fork 0

leds: rb532: cleanup whitespace

Trivial cleanup removing empty line at wrong place.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
alistair/sensors
Pavel Machek 2020-01-02 22:29:35 +01:00 committed by Pavel
parent 2f8c665243
commit 445da487f1
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}