Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a29a409 authored by Laurent Navet's avatar Laurent Navet Committed by Linus Walleij
Browse files

gpio: gpio-timberdale.c: fix checkpatch error



Fix :
 gpio/gpio-timberdale.c:171: ERROR: else should follow close brace '}'

Signed-off-by: default avatarLaurent Navet <laurent.navet@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e90c636b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -167,8 +167,7 @@ static int timbgpio_irq_type(struct irq_data *d, unsigned trigger)
		if (ver < 3) {
			ret = -EINVAL;
			goto out;
		}
		else {
		} else {
			flr |= 1 << offset;
			bflr |= 1 << offset;
		}