Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192170
b: refs/heads/master
c: 1a86fbc
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Walker committed May 12, 2010
1 parent bdbee6f commit 8e6d988
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: bf83de4037780b11b27f1e32e33c1e8e7e42602e
refs/heads/master: 1a86fbc167fdf8ac387a52d49782d7a5bc1d9ac9
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-msm/smd.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,9 +872,9 @@ static irqreturn_t smsm_irq_handler(int irq, void *data)
int smsm_change_state(enum smsm_state_item item,
uint32_t clear_mask, uint32_t set_mask)
{
unsigned long addr = smd_info.state + item * 4;
unsigned long flags;
unsigned state;
unsigned addr = smd_info.state + item * 4;

if (!smd_info.ready)
return -EIO;
Expand Down

0 comments on commit 8e6d988

Please sign in to comment.