From: David S. Miller Date: Tue, 24 Nov 2009 22:09:56 +0000 (-0800) Subject: serial: suncore: Fix RSC/LOM handling in sunserial_console_termios(). X-Git-Tag: v2.6.32~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=457931de3b0925dc2eb941bc7d611a509be36dff;p=pandora-kernel.git serial: suncore: Fix RSC/LOM handling in sunserial_console_termios(). RSC and LOM devices have fixed speed settings. We already had some code to match and handle "rsc" named devices on E250 systems, but we also have to handle 'rsc-console', 'rsc-control', and 'lom-console'. Also, in order to get this right regardless of what 'output-device' happens to be, explicitly pass the UART device node pointer to this routine. Signed-off-by: David S. Miller --- Reading git-diff-tree failed