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

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

Merge "Revert "input: misc: hbtp_input: fix memory corruption in list""

parents 623fc3cf d55fd79e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -249,10 +249,6 @@ static int hbtp_input_release(struct inode *inode, struct file *file)
		return -ENOTTY;
	}
	hbtp->count--;
	if (!completion_done(&hbtp->power_suspend_sig))
		complete(&hbtp->power_suspend_sig);
	if (!completion_done(&hbtp->power_resume_sig))
		complete(&hbtp->power_resume_sig);
	if (hbtp->power_sig_enabled)
		hbtp->power_sig_enabled = false;
	mutex_unlock(&hbtp->mutex);