Commit fab49103 authored by Xiaofei Tan's avatar Xiaofei Tan Committed by Greg Kroah-Hartman
Browse files

tty: tty_io: Remove return in void function

parent 27eab129
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1090,7 +1090,6 @@ void tty_write_message(struct tty_struct *tty, char *msg)
		tty_unlock(tty);
		tty_write_unlock(tty);
	}
	return;
}