Re: [PATCH v2 31/35] earlycon: add reg-offset to physical address before mapping
From: Greg KH <hidden>
Date: 2017-11-28 14:25:07
Also in:
linux-arch, linux-serial, lkml, netdev
From: Greg KH <hidden>
Date: 2017-11-28 14:25:07
Also in:
linux-arch, linux-serial, lkml, netdev
On Mon, Nov 27, 2017 at 08:28:18PM +0800, Greentime Hu wrote:
From: Greentime Hu <redacted> 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?