Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234764
b: refs/heads/master
c: 8fff39e
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Feb 21, 2011
1 parent 7d39314 commit e7813cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed4dea6e0e33a3e58d8b77b775a8f0e433e7a005
refs/heads/master: 8fff39e06987492da3d4a0b9ec7cdbd245b6762b
1 change: 1 addition & 0 deletions trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ int __irq_set_trigger(struct irq_desc *desc, unsigned int irq,
if (chip != desc->irq_data.chip)
irq_chip_set_defaults(desc->irq_data.chip);
ret = 0;
break;
default:
pr_err("setting trigger mode %lu for irq %u failed (%pF)\n",
flags, irq, chip->irq_set_type);
Expand Down

0 comments on commit e7813cd

Please sign in to comment.