Skip to content
Commit fe655de1 authored by Kumar Gala's avatar Kumar Gala Committed by Greg Kroah-Hartman
Browse files

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: default avatarKumar Gala <galak@codeaurora.org>
Acked-by: default avatarMark RUtland <mark.rutland@arm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 28e1445c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment