Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99229
b: refs/heads/master
c: aafafdd
h: refs/heads/master
i:
  99227: 84bc4ab
v: v3
  • Loading branch information
David Brownell authored and Haavard Skinnemoen committed Jun 27, 2008
1 parent 31952b9 commit 9e3d0dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1f24ac99f3711a6caa0e1d1c01a071ed72a7e0b
refs/heads/master: aafafddb01e259cff61b3d3f5b3466f0a6a65b84
2 changes: 2 additions & 0 deletions trunk/arch/avr32/mach-at32ap/pio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9e3d0dc

Please sign in to comment.