mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
gpio: gpio-timberdale.c: fix checkpatch error
Fix : gpio/gpio-timberdale.c:171: ERROR: else should follow close brace '}' Signed-off-by: Laurent Navet <laurent.navet@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
e90c636be6
commit
8a29a40967
1 changed files with 1 additions and 2 deletions
|
@ -167,8 +167,7 @@ static int timbgpio_irq_type(struct irq_data *d, unsigned trigger)
|
||||||
if (ver < 3) {
|
if (ver < 3) {
|
||||||
ret = -EINVAL;
|
ret = -EINVAL;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
flr |= 1 << offset;
|
flr |= 1 << offset;
|
||||||
bflr |= 1 << offset;
|
bflr |= 1 << offset;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue