linux/drivers/usb/usbip
Ye Bin eec90f4b95 usbip: vudc: fix missing unlock on error in usbip_sockfd_store()
[ Upstream commit 1d08ed588c6a85a35a24c82eb4cf0807ec2b366a ]

Add the missing unlock before return from function usbip_sockfd_store()
in the error handling case.

Fixes: bd8b82042269 ("usbip: vudc synchronize sysfs code paths")
Reported-by: Hulk Robot <hulkci@huawei.com>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Ye Bin <yebin10@huawei.com>
Link: https://lore.kernel.org/r/20210408112305.1022247-1-yebin10@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-05-14 09:44:22 +02:00
..
Kconfig
Makefile
stub_dev.c usbip: stub-dev synchronize sysfs code paths 2021-04-14 08:24:12 +02:00
stub_main.c
stub_rx.c
stub_tx.c
stub.h
usbip_common.c
usbip_common.h usbip: add sysfs_lock to synchronize sysfs code paths 2021-04-14 08:24:12 +02:00
usbip_event.c usbip: synchronize event handler with sysfs code paths 2021-04-14 08:24:13 +02:00
vhci_hcd.c usbip: add sysfs_lock to synchronize sysfs code paths 2021-04-14 08:24:12 +02:00
vhci_rx.c
vhci_sysfs.c usbip: add sysfs_lock to synchronize sysfs code paths 2021-04-14 08:24:12 +02:00
vhci_tx.c
vhci.h
vudc_dev.c usbip: vudc synchronize sysfs code paths 2021-04-14 08:24:13 +02:00
vudc_main.c
vudc_rx.c
vudc_sysfs.c usbip: vudc: fix missing unlock on error in usbip_sockfd_store() 2021-05-14 09:44:22 +02:00
vudc_transfer.c
vudc_tx.c
vudc.h