Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee97a926 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: request threaded-only IRQs with IRQF_ONESHOT"

parents 972bff73 20b7adc8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1550,7 +1550,8 @@ static int ft5x06_ts_probe(struct i2c_client *client,
	data->family_id = pdata->family_id;

	err = request_threaded_irq(client->irq, NULL,
				   ft5x06_ts_interrupt, pdata->irqflags,
				ft5x06_ts_interrupt,
				pdata->irqflags | IRQF_ONESHOT,
				client->dev.driver->name, data);
	if (err) {
		dev_err(&client->dev, "request irq failed\n");