Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329990
b: refs/heads/master
c: 99de1cc
h: refs/heads/master
v: v3
  • Loading branch information
Venu Byravarasu authored and Samuel Ortiz committed Sep 19, 2012
1 parent 014a9eb commit 9406845
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: f2f218cdc3ef4fd46f4fcc8880d69207a1740181
refs/heads/master: 99de1cc5a77122e59640668b202280ecdb0f3c2e
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/tps65090.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static int __devinit tps65090_irq_init(struct tps65090 *tps65090, int irq,

static bool is_volatile_reg(struct device *dev, unsigned int reg)
{
if ((reg == TPS65090_INT_STS) || (reg == TPS65090_INT_STS))
if (reg == TPS65090_INT_STS)
return true;
else
return false;
Expand Down

0 comments on commit 9406845

Please sign in to comment.