From: Russell King Date: Sat, 21 Jan 2006 23:03:28 +0000 (+0000) Subject: [SERIAL] Make uart_port flags a bitwise type X-Git-Tag: v2.6.16-rc2~244^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0077d45e46fe2af3aaee5813c99268afcd0e7c0e;p=pandora-kernel.git [SERIAL] Make uart_port flags a bitwise type Same reasoning as commit 747c8a55946ed037bf7d62454c3c599c02af2262 but this time we're making uart_port flags a bitwise type - not all of these flags correspond with the old ASYNC_ flags, so there is the possibility for bugs if the wrong ASYNC_* constants are used. Always use UPF_* constants for uart_port->flags. Signed-off-by: Russell King --- Reading git-diff-tree failed