usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() fails
commit
95ae9b142c1e7966ff5c775630a4f4704b37cf26 upstream.
If kstrtou8() fails, the mutex_unlock() is missed, move kstrtou8()
before mutex_lock() to fix it up.
Fixes: c79a82bd06fe ("usb: gadget: uvc: Allow definition of XUs in configfs")
Fixes: dd4658813341 ("usb: gadget: uvc: Make bSourceID read/write")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20230213070926.776447-1-yangyingliang@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>