Merge git://git.infradead.org/battery-2.6

* git://git.infradead.org/battery-2.6:
power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLED

+1 -1
+1 -1
drivers/power/pda_power.c
··· 20 20 21 21 static inline unsigned int get_irq_flags(struct resource *res) 22 22 { 23 - unsigned int flags = IRQF_DISABLED | IRQF_SHARED; 23 + unsigned int flags = IRQF_SAMPLE_RANDOM | IRQF_SHARED; 24 24 25 25 flags |= res->flags & IRQF_TRIGGER_MASK; 26 26