From: Thomas Betker Date: Wed, 11 Mar 2015 21:39:27 +0000 (+0100) Subject: serial: xuartps: Fix iobase use. X-Git-Tag: omap-for-v4.1/fixes-rc1~74^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c39a467e7ba68a0d94439c1ebe260dc5b26302b;p=pandora-kernel.git serial: xuartps: Fix iobase use. cdns_uart_get_port() sets port->iobase = 1 to "mark port in use", but this "in use" condition is not checked anywhere else in the code. So remove the line, keeping port->iobase = 0 (which also makes more sense). Signed-off-by: Thomas Betker Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed