diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-08-29 19:14:22 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-29 19:14:22 -0700 |
| commit | 78170f03d5329b8353bac480c9f153605dd23b9c (patch) | |
| tree | 251a5678d0216a8bcdeb15bf8718fd32cca2311d | |
| parent | 1f2cf9a9873e30341e2132e1c196b2707f1134f3 (diff) | |
| parent | 2f25819b0c776ffd3d766b581954820b0f2f6630 (diff) | |
Merge "mfd: qcom-i2c-pmic: prepare for shared interrupt"
| -rw-r--r-- | drivers/mfd/qcom-i2c-pmic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/qcom-i2c-pmic.c b/drivers/mfd/qcom-i2c-pmic.c index 9eb75d876577..ea5ac972b096 100644 --- a/drivers/mfd/qcom-i2c-pmic.c +++ b/drivers/mfd/qcom-i2c-pmic.c @@ -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); |
