mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
gpio: sch311x: clean an indentation issue, remove extraneous space
Trivial fix to clean up an indentation issue, remove space Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
ed8dce4c6f
commit
02cb87f79b
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user