Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201409
b: refs/heads/master
c: a0fb007
h: refs/heads/master
i:
  201407: c53f26c
v: v3
  • Loading branch information
Hartley Sweeten authored and Russell King committed Jun 16, 2010
1 parent 43da703 commit 3df02a6
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: 16bcf78f8cac9cc3057c6ce3800490cb6e684ce8
refs/heads/master: a0fb007bf0c7de9ae361a9ad3821df4c69d4d2d9
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ep93xx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ void ep93xx_devcfg_set_clear(unsigned int set_bits, unsigned int clear_bits)
spin_lock_irqsave(&syscon_swlock, flags);

val = __raw_readl(EP93XX_SYSCON_DEVCFG);
val |= set_bits;
val &= ~clear_bits;
val |= set_bits;
__raw_writel(0xaa, EP93XX_SYSCON_SWLOCK);
__raw_writel(val, EP93XX_SYSCON_DEVCFG);

Expand Down

0 comments on commit 3df02a6

Please sign in to comment.