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

Commit 677ca306 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds
Browse files

ldisc: debug aids

parent 52856ed7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -207,6 +207,7 @@ static void tty_ldisc_put(struct tty_ldisc *ld)
	ldo->refcount--;
	module_put(ldo->owner);
	spin_unlock_irqrestore(&tty_ldisc_lock, flags);
	WARN_ON(ld->refcount);
	kfree(ld);
}