mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 18:36:45 +07:00
usbip: vudc: Fix apparent cut-n-paste error
Coverity picked up that this looks like a cut-n-paste from an almost identical sequence below that didn't get its variable renamed. Signed-off-by: Dave Jones <davej@codemonkey.org.uk> Reviewed-by: Krzysztof Opasiak <k.opasiak@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1aaaa9acae
commit
1328f7b928
@ -450,7 +450,7 @@ static void vudc_shutdown(struct usbip_device *ud)
|
|||||||
if (ud->tcp_socket)
|
if (ud->tcp_socket)
|
||||||
kernel_sock_shutdown(ud->tcp_socket, SHUT_RDWR);
|
kernel_sock_shutdown(ud->tcp_socket, SHUT_RDWR);
|
||||||
|
|
||||||
if (ud->tcp_tx) {
|
if (ud->tcp_rx) {
|
||||||
kthread_stop_put(ud->tcp_rx);
|
kthread_stop_put(ud->tcp_rx);
|
||||||
ud->tcp_rx = NULL;
|
ud->tcp_rx = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user