tty: rocket: reduce stack usage
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 18 Oct 2019 16:17:12 +0000 (17:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Nov 2019 16:42:28 +0000 (17:42 +0100)
commit4d2c82b192e4b2037590343620329f2d88cc1135
treed5ad86655936048e039b39771a5b15786aa545b4
parent5bfb26303663b022a7750fd9d80dc8bb8dc8b604
tty: rocket: reduce stack usage

The build of xtensa allmodconfig gives warning of:
In function 'get_ports.isra.0':
warning: the frame size of 1040 bytes is larger than 1024 bytes

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Acked-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20191018161712.27807-1-sudipm.mukherjee@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/rocket.c