From: Anton Vorontsov Date: Fri, 1 Oct 2010 13:22:37 +0000 (+0400) Subject: altera_uart: Fixup type usage of port flags X-Git-Tag: v2.6.37-rc1~155^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288e9feb51f428377d486e18a107c144554e5e40;p=pandora-kernel.git altera_uart: Fixup type usage of port flags port->flags is of type upf_t, which corresponds to UPF_* flags. ASYNC_BOOT_AUTOCONF is an unsigned integer, which happen to be the same as UPF_BOOT_AUTOCONF. Signed-off-by: Anton Vorontsov Acked-by: Tobias Klauser Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed