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

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

Merge "drivers: atmel_maxtouch_ts: fix compilation errors"

parents 910e3aaa a55dc9d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3727,7 +3727,7 @@ static ssize_t mxt_secure_touch_enable_store(struct device *dev,
			err = -EIO;
			break;
		}
		INIT_COMPLETION(data->st_powerdown);
		reinit_completion(&data->st_powerdown);
		atomic_set(&data->st_enabled, 1);
		synchronize_irq(data->client->irq);
		atomic_set(&data->st_pending_irqs, 0);