diff options
Diffstat (limited to 'arch/avr32/mach-at32ap/pio.c')
-rw-r--r-- | arch/avr32/mach-at32ap/pio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/avr32/mach-at32ap/pio.c b/arch/avr32/mach-at32ap/pio.c index 38a8fa31c0b5..60da03ba7117 100644 --- a/arch/avr32/mach-at32ap/pio.c +++ b/arch/avr32/mach-at32ap/pio.c | |||
@@ -318,6 +318,8 @@ static void pio_bank_show(struct seq_file *s, struct gpio_chip *chip) | |||
318 | const char *label; | 318 | const char *label; |
319 | 319 | ||
320 | label = gpiochip_is_requested(chip, i); | 320 | label = gpiochip_is_requested(chip, i); |
321 | if (!label && (imr & mask)) | ||
322 | label = "[irq]"; | ||
321 | if (!label) | 323 | if (!label) |
322 | continue; | 324 | continue; |
323 | 325 | ||