Skip to content

Commit

Permalink
gpio: mvebu: checkpatch: whitespace fixes
Browse files Browse the repository at this point in the history
Fix whitespace errors reported by checkpatch.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Ralph Sennhauser authored and Linus Walleij committed Mar 16, 2017
1 parent d276de7 commit 163ad36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/gpio-mvebu.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ static int mvebu_gpio_direction_output(struct gpio_chip *chip, unsigned int pin,
static int mvebu_gpio_to_irq(struct gpio_chip *chip, unsigned int pin)
{
struct mvebu_gpio_chip *mvchip = gpiochip_get_data(chip);

return irq_create_mapping(mvchip->domain, pin);
}

Expand Down

0 comments on commit 163ad36

Please sign in to comment.