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:
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);
|
struct sch311x_gpio_block *block = gpiochip_get_data(chip);
|
||||||
|
|
||||||
spin_lock(&block->lock);
|
spin_lock(&block->lock);
|
||||||
__sch311x_gpio_set(block, offset, value);
|
__sch311x_gpio_set(block, offset, value);
|
||||||
spin_unlock(&block->lock);
|
spin_unlock(&block->lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue