X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fpower%2Fpda_power.c;h=b56a704409d26365f88f144034d12e3036f34854;hb=edb35028e40515beb2f94808aff8b3e71fb9f35a;hp=d30bb766fcef0af79dbc654e2c99c0dad3858837;hpb=a5a64498c194c82ecad3a2d67cff6231cda8d3dd;p=linux-2.6-omap-h63xx.git diff --git a/drivers/power/pda_power.c b/drivers/power/pda_power.c index d30bb766fce..b56a704409d 100644 --- a/drivers/power/pda_power.c +++ b/drivers/power/pda_power.c @@ -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;