]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdc03aa991aec878b2000e700c4684b0d216d586c
tree51ab61c256a8da273c5f7ede4a7512867fd5261f
parent908715553cf7fb238d797810d1011cfdee59b3f5
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