Re: [PATCH v2] tty: rocket: reduce stack usage

2019-10-20 Thread Jiri Slaby
On 18. 10. 19, 18:17, Sudip Mukherjee wrote: > 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 Acked-by: Jiri Slaby Thanks. > v2: check faliure of kzalloc

[PATCH v2] tty: rocket: reduce stack usage

2019-10-18 Thread Sudip Mukherjee
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 --- v2: check faliure of kzalloc drivers/tty/rocket.c | 32 +++- 1 file changed, 19 inse