git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747c8a5
)
[SERIAL] Fix UPF_ flag usage with uart_info->flags
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sat, 21 Jan 2006 22:54:06 +0000
(22:54 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 21 Jan 2006 22:54:06 +0000
(22:54 +0000)
The previous change found a bug in the serial SAK handling - because
we were looking for UPF_SAK set in uart_info->flags, we would never
raise a SAK condition. UPF_SAK is in uart_port->flags.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found