From: Kumar Gala Date: Fri, 17 Oct 2014 09:01:11 +0000 (-0500) Subject: tty/serial: earlycon: Fix print for implied MMIO case X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe655de1718e063bd0b1c7a4305b8eea54d199d9;p=pandora-kernel.git tty/serial: earlycon: Fix print for implied MMIO case For the case in which we just provide an address as an argument to the earlycon console type like: earlycon=msm_serial_dm,0xf991e000 We would report this as an IO port based mapping and not as MMIO. Simple fix to use the port->iotype to decide which message to print. Signed-off-by: Kumar Gala Acked-by: Mark RUtland Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed