Merge branch 'linus' into x86/urgent
[pandora-kernel.git] / arch / avr32 / mach-at32ap / pio.c
index 38a8fa3..60da03b 100644 (file)
@@ -318,6 +318,8 @@ static void pio_bank_show(struct seq_file *s, struct gpio_chip *chip)
                const char *label;
 
                label = gpiochip_is_requested(chip, i);
+               if (!label && (imr & mask))
+                       label = "[irq]";
                if (!label)
                        continue;