commit | 0077d45e46fe2af3aaee5813c99268afcd0e7c0e | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Jan 21 23:03:28 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jan 21 23:03:28 2006 +0000 |
tree | 3de13b52930e350f93523fb3c84c0b8fb4a7e7fb | |
parent | 27ae7a7435634820e7f7e2b922d8119f79cfc6e4 [diff] |
[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 <rmk+kernel@arm.linux.org.uk>