Merge "mfd: qcom-i2c-pmic: prepare for shared interrupt"

This commit is contained in:
Linux Build Service Account 2016-08-29 19:14:22 -07:00 committed by Gerrit - the friendly Code Review server
commit 78170f03d5

View file

@ -543,7 +543,8 @@ static int i2c_pmic_probe(struct i2c_client *client,
}
rc = devm_request_threaded_irq(&client->dev, client->irq, NULL,
i2c_pmic_irq_handler, IRQF_ONESHOT,
i2c_pmic_irq_handler,
IRQF_ONESHOT | IRQF_SHARED,
"i2c_pmic_stat_irq", chip);
if (rc < 0) {
pr_err("Couldn't request irq %d rc=%d\n", client->irq, rc);