Files
twx-linux/drivers/tty/serial
Michal Simek 1fa5208a30 serial: uartps: console_setup() can't be placed to init section
[ Upstream commit 4bb1ce2350 ]

When console device is rebinded, console_setup() is called again.
But marking it as __init means that function will be clear after boot is
complete. If console device is binded again console_setup() is not found
and error "Unable to handle kernel paging request at virtual address"
is reported.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-04-20 09:15:04 +02:00
..
2017-08-28 20:51:19 +02:00
…
…
…
…
…
…
…
2017-06-20 10:24:15 +08:00
…
…
…
…
2017-07-30 07:32:32 -07:00
…
2019-01-13 10:01:01 +01:00
…
…