Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288591
b: refs/heads/master
c: a09b659
h: refs/heads/master
i:
  288589: 58407e0
  288587: a719149
  288583: 54d1372
  288575: 3bcbab8
v: v3
  • Loading branch information
Russell King authored and Thomas Gleixner committed Mar 6, 2012
1 parent 24e1fe1 commit d0cdad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 986cb48c5a4de0085db94d343b4e7dcf54355ec1
refs/heads/master: a09b659cd68c10ec6a30cb91ebd2c327fcd5bfe5
3 changes: 1 addition & 2 deletions trunk/kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ int irq_set_irq_type(unsigned int irq, unsigned int type)
return -EINVAL;

type &= IRQ_TYPE_SENSE_MASK;
if (type != IRQ_TYPE_NONE)
ret = __irq_set_trigger(desc, irq, type);
ret = __irq_set_trigger(desc, irq, type);
irq_put_desc_busunlock(desc, flags);
return ret;
}
Expand Down

0 comments on commit d0cdad6

Please sign in to comment.