diff options
author | Suwan Kim <suwan.kim027@gmail.com> | 2019-06-04 00:02:11 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-05 11:54:38 +0200 |
commit | cf2b5010f41638e36d8adca8476f4baee64a8996 (patch) | |
tree | 4b9b444375c906d79cf5bddfee490d2db7ef3043 /drivers/usb/host/ohci-sm501.c | |
parent | e60e982375244026ca46feeba0fb5bb4d51b5a67 (diff) |
usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink()
vhci_send_cmd_unlink() declears kvec array of size 3 but it actually
uses just one element of the array. So, remove kvec array and replace
it with single kvec variable.
Signed-off-by: Suwan Kim <suwan.kim027@gmail.com>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ohci-sm501.c')
0 files changed, 0 insertions, 0 deletions