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:
fd455ea
)
OMAP2/3/4: UART: allow in-order port traversal
author
Kevin Hilman
<khilman@deeprootsystems.com>
Wed, 1 Jul 2009 04:02:45 +0000
(21:02 -0700)
committer
Kevin Hilman
<khilman@deeprootsystems.com>
Wed, 5 Aug 2009 16:10:53 +0000
(09:10 -0700)
Use list_add_tail() when adding discovered UART ports. This is so
traversal using list_for_each_entry() will traverse the list in the
order they were found.
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
No differences found