Loading drivers/power/pda_power.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/power/pda_power.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading