usb: usbtest: reduce stack usage in test_queue
authorBixuan Cui <cuibixuan@huawei.com>
Fri, 17 Jul 2020 00:22:53 +0000 (08:22 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jul 2020 11:41:57 +0000 (13:41 +0200)
commita482766d008556c2f4976cf6096a4887da070f27
tree7ccf59368b0fe415ff9604b52b84774d2d56e965
parent6e1c2241f4cecfc21f26f44179d04217c8390338
usb: usbtest: reduce stack usage in test_queue

Fix the warning: [-Werror=-Wframe-larger-than=]

drivers/usb/misc/usbtest.c: In function 'test_queue':
drivers/usb/misc/usbtest.c:2148:1:
warning: the frame size of 1232 bytes is larger than 1024 bytes

Reported-by: kbuild test robot <lkp@intel.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Bixuan Cui <cuibixuan@huawei.com>
Link: https://lore.kernel.org/r/ffa85702-86ab-48d7-4da2-2efcc94b05d3@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/usbtest.c