Skip to content

Commit

Permalink
Merge git://git.infradead.org/battery-2.6
Browse files Browse the repository at this point in the history
* git://git.infradead.org/battery-2.6:
  power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLED
  • Loading branch information
torvalds committed Jan 26, 2009
2 parents a90e8a7 + 74194cc commit bf50c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/pda_power.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

flags |= res->flags & IRQF_TRIGGER_MASK;

Expand Down

0 comments on commit bf50c90

Please sign in to comment.