From: Jiri Slaby Date: Thu, 10 Sep 2009 10:20:08 +0000 (+0200) Subject: tty: Char: mxser, use THRE for ASPP_OQUEUE ioctl X-Git-Tag: v2.6.32-rc1~627^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75b7b68ef73685784781d6d2bc416b6dac20969;p=pandora-kernel.git tty: Char: mxser, use THRE for ASPP_OQUEUE ioctl In moxa specific ASPP_OQUEUE ioctl command, they apparently want only know whether there is space in transmitter hold register. So switch UART_LSR_TEMT to UART_LSR_THRE in that specific case according to the change in 1.14 moxa drivers. Signed-off-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed