diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-03-09 09:11:14 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-09 20:10:22 +0300 |
commit | c53439fbd15600ecd48bfec446c2018e4fa6e241 (patch) | |
tree | 55289a3da82edb2cda51cd158420fa8f1549cbbb /drivers/usb/usbip | |
parent | cc9debf84ab359aae2becfb4bc9341f7574fe97b (diff) | |
download | linux-c53439fbd15600ecd48bfec446c2018e4fa6e241.tar.xz |
usb: usbtest: Remove stack VLA usage
The kernel would like to have all stack VLA usage removed[1]. We
already have a pre-processor constant defined MAX_SGLEN. We can use
this instead of the variable param-sglen.
[1]: https://lkml.org/lkml/2018/3/7/621
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/usbip')
0 files changed, 0 insertions, 0 deletions