Merge "mfd: qcom-i2c-pmic: prepare for shared interrupt"
This commit is contained in:
commit
78170f03d5
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue