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

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

Merge "input: bu21150: fix unbalanced irq calls"

parents 363bb6d6 c861976b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@ static int bu21150_release(struct inode *inode, struct file *filp)
	if (g_io_opened < 0)
		g_io_opened = 0;

	disable_irq(client->irq);
	free_irq(client->irq, ts);

	return 0;
}