commit | 747c8a55946ed037bf7d62454c3c599c02af2262 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Jan 21 22:50:36 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jan 21 22:50:36 2006 +0000 |
tree | 4c20f97a7700da30efa6e6e5f88ca13fe2b8470c | |
parent | ba899dbc036d24ab6b45faf64e3648a268721cc9 [diff] |
[SERIAL] Make uart_info flags a bitwise type The potential for confusing the flags is fairly high. Make uart_info's flags a bitwise type so sparse can check that the right flag definitions are used with the right structure. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>