Skip to content
Commit 0077d45e authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[SERIAL] Make uart_port flags a bitwise type

Same reasoning as commit 747c8a55


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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 27ae7a74
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment