Commit e83507b7 authored by Laurent Navet's avatar Laurent Navet Committed by Linus Walleij

gpio: gpio-omap.c: fix checkpatch error

Fix :
 gpio/gpio-omap.c:697: ERROR: space required before the open parenthesis '('
Signed-off-by: default avatarLaurent Navet <laurent.navet@gmail.com>
Acked-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent f4dcd2d9
......@@ -703,7 +703,7 @@ static void gpio_irq_handler(unsigned int irq, struct irq_desc *desc)
if (WARN_ON(!isr_reg))
goto exit;
while(1) {
while (1) {
u32 isr_saved, level_mask = 0;
u32 enabled;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment