uml: console driver cleanups
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Feb 2008 06:30:42 +0000 (22:30 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:25 +0000 (09:44 -0800)
commitacb2cf34cf624b9b3ab20c2c83543146128a4dad
tree51ab61c256a8da273c5f7ede4a7512867fd5261f
parent054211acad0cb911177507a039d8e7a25bff084d
uml: console driver cleanups

Console driver cleanups -
Changed an instance of foo = bar + foo to foo += bar
Removed checks of tty->stopped - I don't think the low-level
driver has any business looking at that
Removed an annoying warning

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/line.c