Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307684
b: refs/heads/master
c: eb1567f
h: refs/heads/master
v: v3
  • Loading branch information
Peter Korsgaard authored and Grant Likely committed May 18, 2012
1 parent b5c9b62 commit 4d14f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae79c19049b75af476adcbcfda6fc29bd93fc6f8
refs/heads/master: eb1567f7ad0032ba7b02b878e352f191d53dc228
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/gpio-mcp23s08.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ static void mcp23s08_dbg_show(struct seq_file *s, struct gpio_chip *chip)
chip->base + t, bank, t, label,
(mcp->cache[MCP_IODIR] & mask) ? "in " : "out",
(mcp->cache[MCP_GPIO] & mask) ? "hi" : "lo",
(mcp->cache[MCP_GPPU] & mask) ? " " : "up");
(mcp->cache[MCP_GPPU] & mask) ? "up" : " ");
/* NOTE: ignoring the irq-related registers */
seq_printf(s, "\n");
}
Expand Down

0 comments on commit 4d14f96

Please sign in to comment.