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

Commit 52772ea6 authored by Guillaume Gomez's avatar Guillaume Gomez Committed by Greg Kroah-Hartman
Browse files

tty: remove unneeded return statement

parent 6ede6dcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ __tty_ldisc_lock_nested(struct tty_struct *tty, unsigned long timeout)

static inline void __tty_ldisc_unlock(struct tty_struct *tty)
{
	return ldsem_up_write(&tty->ldisc_sem);
	ldsem_up_write(&tty->ldisc_sem);
}

static int __lockfunc