gpio: wcove: Fix indentation
In some cases the indentation is inconsistent. Fix it accordingly. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
@@ -203,8 +203,7 @@ static int wcove_gpio_get(struct gpio_chip *chip, unsigned int gpio)
|
|||||||
return val & 0x1;
|
return val & 0x1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void wcove_gpio_set(struct gpio_chip *chip,
|
static void wcove_gpio_set(struct gpio_chip *chip, unsigned int gpio, int value)
|
||||||
unsigned int gpio, int value)
|
|
||||||
{
|
{
|
||||||
struct wcove_gpio *wg = gpiochip_get_data(chip);
|
struct wcove_gpio *wg = gpiochip_get_data(chip);
|
||||||
int reg = to_reg(gpio, CTRL_OUT);
|
int reg = to_reg(gpio, CTRL_OUT);
|
||||||
|
Reference in New Issue
Block a user