From: Kevin Hilman Date: Wed, 1 Jul 2009 04:02:45 +0000 (-0700) Subject: OMAP2/3/4: UART: allow in-order port traversal X-Git-Tag: v2.6.31-rc7~36^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf396c48012a5e4c7ab77be5c40df10d6bdb8ad;p=pandora-kernel.git OMAP2/3/4: UART: allow in-order port traversal 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 --- Reading git-diff-tree failed