mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
gpio: mvebu: checkpatch: whitespace fixes
Fix whitespace errors reported by checkpatch. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
d276de70d2
commit
163ad364cc
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue