From 9e3d0dc99a45aecf7c57c882667648a40171262f Mon Sep 17 00:00:00 2001 From: David Brownell Date: Tue, 10 Jun 2008 13:55:52 +0200 Subject: [PATCH] --- yaml --- r: 99229 b: refs/heads/master c: aafafddb01e259cff61b3d3f5b3466f0a6a65b84 h: refs/heads/master i: 99227: 84bc4abecb7980bffa18b1fdd27408a140d8c43b v: v3 --- [refs] | 2 +- trunk/arch/avr32/mach-at32ap/pio.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7ba312d27d8a..f8ede0800222 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c1f24ac99f3711a6caa0e1d1c01a071ed72a7e0b +refs/heads/master: aafafddb01e259cff61b3d3f5b3466f0a6a65b84 diff --git a/trunk/arch/avr32/mach-at32ap/pio.c b/trunk/arch/avr32/mach-at32ap/pio.c index 38a8fa31c0b5..60da03ba7117 100644 --- a/trunk/arch/avr32/mach-at32ap/pio.c +++ b/trunk/arch/avr32/mach-at32ap/pio.c @@ -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;