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:
Colin Ian King 2018-10-30 14:07:22 +00:00 committed by Linus Walleij
parent ed8dce4c6f
commit 02cb87f79b
1 changed files with 1 additions and 1 deletions

View File

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