ttydw.c: Fix single-byte reception on virtual channels
authorTormod Volden <debian.tormod@gmail.com>
Mon, 23 May 2016 21:20:28 +0000 (23:20 +0200)
committerAlan Cox <alan@etchedpixels.co.uk>
Tue, 31 May 2016 11:40:53 +0000 (12:40 +0100)
commit5c3c1337a420697053cf22a4843e584e17c527b3
treebc44e38a87b33e6075f659f417fd2c06aeba93c7
parente486be3d010f835f9d7503a930b785d7df1e7032
ttydw.c: Fix single-byte reception on virtual channels

This off-by-one caused incoming single bytes from the virtual channels
to be written to the wrong tty, for example when entering an empty line
in a shell.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/platform-coco3/ttydw.c
Kernel/platform-dragon-nx32/ttydw.c
Kernel/platform-multicomp09/ttydw.c