commit | acb2cf34cf624b9b3ab20c2c83543146128a4dad | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Mon Feb 04 22:30:42 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Feb 05 09:44:25 2008 -0800 |
tree | 51ab61c256a8da273c5f7ede4a7512867fd5261f | |
parent | 054211acad0cb911177507a039d8e7a25bff084d [diff] |
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>