From: Russell King Date: Sat, 21 Jan 2006 22:54:06 +0000 (+0000) Subject: [SERIAL] Fix UPF_ flag usage with uart_info->flags X-Git-Tag: v2.6.16-rc2~244^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ae7a7435634820e7f7e2b922d8119f79cfc6e4;p=pandora-kernel.git [SERIAL] Fix UPF_ flag usage with uart_info->flags The previous change found a bug in the serial SAK handling - because we were looking for UPF_SAK set in uart_info->flags, we would never raise a SAK condition. UPF_SAK is in uart_port->flags. Signed-off-by: Russell King --- Reading git-diff-tree failed