Re: [PATCH v2 31/35] earlycon: add reg-offset to physical address before mapping

From: Greg KH
Date: Tue Nov 28 2017 - 09:25:12 EST


On Mon, Nov 27, 2017 at 08:28:18PM +0800, Greentime Hu wrote:
> From: Greentime Hu <greentime@xxxxxxxxxxxxx>
>
> It will get the wrong virtual address because port->mapbase is not added
> the correct reg-offset yet. We have to update it before earlycon_map()
> is called
> ---
> drivers/tty/serial/earlycon.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)

No signed-off-by line?