Commit 02cb87f7 authored by Colin Ian King's avatar Colin Ian King Committed by Linus Walleij

gpio: sch311x: clean an indentation issue, remove extraneous space

Trivial fix to clean up an indentation issue, remove space
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ed8dce4c
......@@ -188,7 +188,7 @@ static void sch311x_gpio_set(struct gpio_chip *chip, unsigned offset,
struct sch311x_gpio_block *block = gpiochip_get_data(chip);
spin_lock(&block->lock);
__sch311x_gpio_set(block, offset, value);
__sch311x_gpio_set(block, offset, value);
spin_unlock(&block->lock);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment