Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320728
b: refs/heads/master
c: d554a3f
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Jul 19, 2012
1 parent fe2b11a commit 0cf0f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: d38a0149e8a11ca333c1a6c489a2ccac2b73f2cb
refs/heads/master: d554a3f9d3f3b0bb2faefad712e6d0dbd7c82ba6
6 changes: 1 addition & 5 deletions trunk/drivers/power/pda_power.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@

static inline unsigned int get_irq_flags(struct resource *res)
{
unsigned int flags = IRQF_SAMPLE_RANDOM | IRQF_SHARED;

flags |= res->flags & IRQF_TRIGGER_MASK;

return flags;
return IRQF_SHARED | (res->flags & IRQF_TRIGGER_MASK);
}

static struct device *dev;
Expand Down

0 comments on commit 0cf0f32

Please sign in to comment.