ASoC: core: Add support for DAI and machine kcontrols.
[deliverable/linux.git] / drivers / power / z2_battery.c
index ae38c44ccd4e00dac12c83bbd0e345d8aba1bb00..636ebb2a0e807bd44e28f902200cabdf16e399b9 100644 (file)
@@ -218,7 +218,7 @@ static int __devinit z2_batt_probe(struct i2c_client *client,
                irq_set_irq_type(gpio_to_irq(info->charge_gpio),
                                 IRQ_TYPE_EDGE_BOTH);
                ret = request_irq(gpio_to_irq(info->charge_gpio),
-                               z2_charge_switch_irq, IRQF_DISABLED,
+                               z2_charge_switch_irq, 0,
                                "AC Detect", charger);
                if (ret)
                        goto err3;
This page took 0.047115 seconds and 5 git commands to generate.