]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SERIAL] Make uart_port flags a bitwise type
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 21 Jan 2006 23:03:28 +0000 (23:03 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 21 Jan 2006 23:03:28 +0000 (23:03 +0000)
commit0077d45e46fe2af3aaee5813c99268afcd0e7c0e
tree3de13b52930e350f93523fb3c84c0b8fb4a7e7fb
parent27ae7a7435634820e7f7e2b922d8119f79cfc6e4
[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>
drivers/serial/serial_core.c
include/linux/serial_8250.h
include/linux/serial_core.h