diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-10-06 09:08:20 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-11-04 12:29:33 +0000 |
commit | 18f360f865cffde44b112577fed1a6a0dd2740dc (patch) | |
tree | 6253fe3261bb0e4814e8d03ba350c76b3fdcda86 /drivers/base/attribute_container.c | |
parent | 1fe8aa8803536b8030375525a07a152ba8f15363 (diff) |
SERIAL: omap: simplify
We have the sequence:
- LCR mode B
- write EFR with ECB clear
- LCR mode normal
- if s/w flow
- LCR mode B
- write EFR with ECB clear
...
- LCR mode B
- write EFR with ECB clear
- LCR mode normal
This can be simplified to:
- if s/w flow
- LCR mode B
- write EFR with ECB clear
...
- LCR mode B
- write EFR with ECB clear
- LCR mode normal
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/base/attribute_container.c')
0 files changed, 0 insertions, 0 deletions