From: Jiri Slaby Date: Mon, 2 Apr 2012 11:54:29 +0000 (+0200) Subject: TTY: hvsi, sanitize uses of tty X-Git-Tag: v3.5-rc1~146^2~30^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c0447d743ba94562f981bf09dda61bc4cc6f3b;p=pandora-kernel.git TTY: hvsi, sanitize uses of tty - use tty, not hp->tty wherever possible - pass tty down to some functions and go to step one - do not defer tty_hangup calls -- it is as simple as schedule_work, so might be called with hp->lock held - do not defer tty buffer flips -- since the driver does not use low_latency (it cannot actually), the flip is a simple tail move plus schedule_work. It will make our life easier in the next patch. Signed-off-by: Jiri Slaby Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed