]> git.karo-electronics.de Git - linux-beck.git/commit
serial: earlycon: Show the earlycon "driver" in banner
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 16 Jan 2016 23:23:46 +0000 (15:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Feb 2016 06:07:37 +0000 (22:07 -0800)
commitb969398490d940a98cec0aefcafb9877dc122182
treec2b1936ebeccccd88fa3dd766699ed4291c0d0df
parent8e7737393c2fb410ce189c4659498722ef5745f0
serial: earlycon: Show the earlycon "driver" in banner

Output the earlycon "driver" from the just-parsed console 'name'
and 'index' fields.

NB: ->mapbase is a resource_size_t so use %pa format specifier

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/earlycon.c