Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129590
b: refs/heads/master
c: ddd527d
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Grant Likely committed Jan 9, 2009
1 parent f702ab5 commit 131ce50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: d30239a0ef2000cfae6c60f8e870da2d8dba4d22
refs/heads/master: ddd527d56a0e635abdc7ffeb688cdde7593ad2d3
3 changes: 0 additions & 3 deletions trunk/arch/powerpc/platforms/52xx/mpc52xx_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,8 @@ static int mpc52xx_gpt_gpio_get(struct gpio_chip *gc, unsigned int gpio)
{
struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc);
struct mpc52xx_gpt __iomem *regs = mm_gc->regs;
unsigned int ret;

return (in_be32(&regs->status) & (1 << (31 - 23))) ? 1 : 0;

return ret;
}

static void
Expand Down

0 comments on commit 131ce50

Please sign in to comment.