From: Dmitry Torokhov Date: Tue, 29 Jan 2019 00:34:37 +0000 (-0800) Subject: Input: sx8654 - do not override interrupt trigger X-Git-Tag: v5.4~3^2~57^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c1697e6bc5cbe51e8e86446ab0482318a762637;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/drivers/input/touchscreen/sx8654.c b/drivers/input/touchscreen/sx8654.c index 477533c..dbdf489 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, error = devm_request_threaded_irq(&client->dev, client->irq, NULL, sx8654->data->irqh, - IRQF_TRIGGER_FALLING | IRQF_ONESHOT, + IRQF_ONESHOT, client->name, sx8654); if (error) { dev_err(&client->dev,