From: Alan Cox Date: Wed, 6 Aug 2008 13:06:29 +0000 (+0100) Subject: Remove bogons from the iSeries console X-Git-Tag: v2.6.27-rc3~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc5fb6abb670fa9079cd1994f016a39f99698fe;p=pandora-kernel.git Remove bogons from the iSeries console The iSeries driver calls into the n_tty ldisc code directly for some bizarre reason. I previously tagged this with a query but this actually does need fixing as n_tty methods when you have a different ldisc set are not a good thing to call. In n_tty mode this change should have no effect, the core tty layer has always called the ldisc ioctl method *anyway* and will call the one for the right ldisc. Signed-off-by: Alan Cox Acked-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed