Commit 24e394b0 authored by Egor Uleyskiy's avatar Egor Uleyskiy Committed by Greg Kroah-Hartman

drivers: staging: vme: Fixed indention

Signed-off-by: default avatarEgor Uleyskiy <egor.ulieiskii@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7f608097
...@@ -67,8 +67,8 @@ static int pio2_gpio_get(struct gpio_chip *chip, unsigned int offset) ...@@ -67,8 +67,8 @@ static int pio2_gpio_get(struct gpio_chip *chip, unsigned int offset)
return 0; return 0;
} }
static void pio2_gpio_set(struct gpio_chip *chip, unsigned int offset, static void pio2_gpio_set(struct gpio_chip *chip,
int value) unsigned int offset, int value)
{ {
u8 reg; u8 reg;
int retval; int retval;
......
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