Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161772
b: refs/heads/master
c: 1dcd8ff
h: refs/heads/master
v: v3
  • Loading branch information
Michael Barkowski authored and Kumar Gala committed Aug 26, 2009
1 parent 0683afd commit 92c38df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9b9d401b8d11796f4c4bcbcabecfec9f5d85ea25
refs/heads/master: 1dcd8ffc81e80a170625883f63f6a5db3cd0428d
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/qe_lib/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ static int qe_gpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val)
struct qe_gpio_chip *qe_gc = to_qe_gpio_chip(mm_gc);
unsigned long flags;

qe_gpio_set(gc, gpio, val);

spin_lock_irqsave(&qe_gc->lock, flags);

__par_io_config_pin(mm_gc->regs, gpio, QE_PIO_DIR_OUT, 0, 0, 0);

spin_unlock_irqrestore(&qe_gc->lock, flags);

qe_gpio_set(gc, gpio, val);

return 0;
}

Expand Down

0 comments on commit 92c38df

Please sign in to comment.