diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-01-28 19:34:37 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-02-05 02:32:42 -0500 |
| commit | 3c1697e6bc5cbe51e8e86446ab0482318a762637 (patch) | |
| tree | 381a681cde142d8c86c8d678555bdd5acc0e3005 /drivers/input | |
| parent | e47ff893bc674c32ac21094d623533ac6e585ca7 (diff) | |
Input: sx8654 - do not override interrupt trigger
We should rely on the interrupt trigger (level vs edge) set up by the
firmware or board code instead of forcing what we consider appropriate.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/touchscreen/sx8654.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/sx8654.c b/drivers/input/touchscreen/sx8654.c index 477533cd40ab..dbdf4898aa17 100644 --- a/drivers/input/touchscreen/sx8654.c +++ b/drivers/input/touchscreen/sx8654.c | |||
| @@ -403,7 +403,7 @@ static int sx8654_probe(struct i2c_client *client, | |||
| 403 | 403 | ||
| 404 | error = devm_request_threaded_irq(&client->dev, client->irq, | 404 | error = devm_request_threaded_irq(&client->dev, client->irq, |
| 405 | NULL, sx8654->data->irqh, | 405 | NULL, sx8654->data->irqh, |
| 406 | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, | 406 | IRQF_ONESHOT, |
| 407 | client->name, sx8654); | 407 | client->name, sx8654); |
| 408 | if (error) { | 408 | if (error) { |
| 409 | dev_err(&client->dev, | 409 | dev_err(&client->dev, |
