Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355116
b: refs/heads/master
c: 5cc2366
h: refs/heads/master
v: v3
  • Loading branch information
Steve Zhan authored and Linus Walleij committed Jan 23, 2013
1 parent 6fc3bcc commit 17317a8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a1149ae975547142f78e96745a994cb9b0e98fd2
refs/heads/master: 5cc23666c3766705aac716bc517353cce8d68464
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-ux500/cpuidle.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ static inline int ux500_enter_idle(struct cpuidle_device *dev,
goto wfi;

/* decouple the gic from the A9 cores */
if (prcmu_gic_decouple())
if (prcmu_gic_decouple()) {
spin_unlock(&master_lock);
goto out;
}

/* If an error occur, we will have to recouple the gic
* manually */
Expand Down

0 comments on commit 17317a8

Please sign in to comment.