Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303515
b: refs/heads/master
c: 92a486e
h: refs/heads/master
i:
  303513: bab2dcf
  303511: fedb893
v: v3
  • Loading branch information
Arnaud Patard (Rtp) authored and Jason Cooper committed May 15, 2012
1 parent 337c028 commit 6d6fc4e
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: ee24876949c49761e61befe7435293069ddb1f38
refs/heads/master: 92a486eabefadca1169fbf15d737feeaf2bda844
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-orion/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ void orion_gpio_set_blink(unsigned pin, int blink)
return;

spin_lock_irqsave(&ochip->lock, flags);
__set_level(ochip, pin, 0);
__set_blinking(ochip, pin, blink);
__set_level(ochip, pin & 31, 0);
__set_blinking(ochip, pin & 31, blink);
spin_unlock_irqrestore(&ochip->lock, flags);
}
EXPORT_SYMBOL(orion_gpio_set_blink);
Expand Down

0 comments on commit 6d6fc4e

Please sign in to comment.