In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERRPTR dereference in uvcv4l2.c Fix potential dereferencing of ERRPTR() in findformatbypix() and uvcv4l2enumformat(). Fix the following smatch errors: drivers/usb/gadget/function/uvcv4l2.c:124 findformatbypix() error: 'fmtdesc' dereferencing possible ERRPTR() drivers/usb/gadget/function/uvcv4l2.c:392 uvcv4l2enumformat() error: 'fmtdesc' dereferencing possible ERRPTR() Also, fix similar issue in uvcv4l2tryformat() for potential dereferencing of ERR_PTR().